Html Css Color HEX #42DABB Turquoise

📋 copy color: '#42DABB'

red 66 ◦ green 218 ◦ blue 187

#42DABB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #42DABB

Tints of Turquoise #42DABB

RGB

 RED value IS 66 (26.17% from 255) = 14.01%

 GREEN value IS 218 (85.55% from 255) = 46.28%

 BLUE value IS 187 (73.44% from 255) = 39.7%

R = 14.01%
G = 46.28%
B = 39.7%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#42DABB (or 0x42DABB) is known color: Turquoise. HEX triplet: 42, DA and BB. RGB value is (66,218,187). Sum of RGB (Red+Green+Blue) = 66+218+187=471 (62% of max value = 765). Red value is 66 (26.17% from 255 or 14.01% from 471); Green value is 218 (85.55% from 255 or 46.28% from 471); Blue value is 187 (73.44% from 255 or 39.70% from 471); Max value from RGB is 218 - color contains mainly: green. Hex color #42DABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42DABB is #BD2544. Grayscale: #A8A8A8. Windows color (decimal): -12395845 or 12311106. OLE color: 12311106.

HSL color Cylindrical-coordinate representation of color #42DABB: hue angle of 167.76º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #42DABB is Cyan = 0.70, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB 66 218 187 -
CMYK 0.70 0 0.14 0.15
HSL 167.76º 0.67% 0.56% -
HSV(B) 167.76º 0.7% 0.85% -
XYZ 36.29 54.89 55.7 -
YUV 169.02 138.14 54.52 -
System Red Green Blue C M Y K H S L
Decimal 66 218 187 0.70 0 0.14 0.15 167.76 0.67 0.56
Hex 42 DA BB 46 0 E F A8 43 38
Octal 102 332 273 106 0 16 17 250 103 70
Binary 1000010 11011010 10111011 1000110 0 1110 1111 10101000 1000011 111000

Color Harmonies of #42DABB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42DABB

Black with #42DABB

Text Example


Text Example

White with #42DABB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #42DABB; }

 p { color: rgb(66,218,187); }

 H1.HeaderClassName
 {
   color: #42DABB;
 }
 .AnyTagClassName
 {
   color: #42DABB;
 }
</style>

background-color css

<style>
 a { background-color: #42DABB; }

 a { background-color: rgb(66,218,187); }

 div.DivClassName
 {
   background-color: #42DABB;
 }
 .BgClassName
 {
   background-color: #42DABB;
 }
</style>

border-color css

<style>
 span { border-color: #42DABB; }

 span { border-color: rgb(66,218,187); }

 td.TdClassName
 {
   border-color: #42DABB;
 }
 .TagClassName
 {
   border-color: #42DABB;
 }
</style>