Html Css Color HEX #42EAD6 Turquoise

📋 copy color: '#42EAD6'

red 66 ◦ green 234 ◦ blue 214

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

Shades of Turquoise #42EAD6

Tints of Turquoise #42EAD6

RGB

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

 GREEN value IS 234 (91.8% from 255) = 45.53%

 BLUE value IS 214 (83.98% from 255) = 41.63%

R = 12.84%
G = 45.53%
B = 41.63%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.09

 K value IS 0.08

RGB Variations

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

Color information

#42EAD6 (or 0x42EAD6) is known color: Turquoise. HEX triplet: 42, EA and D6. RGB value is (66,234,214). Sum of RGB (Red+Green+Blue) = 66+234+214=514 (68% of max value = 765). Red value is 66 (26.17% from 255 or 12.84% from 514); Green value is 234 (91.80% from 255 or 45.53% from 514); Blue value is 214 (83.98% from 255 or 41.63% from 514); Max value from RGB is 234 - color contains mainly: green. Hex color #42EAD6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EAD6 is #BD1529. Grayscale: #B5B5B5. Windows color (decimal): -12391722 or 14084674. OLE color: 14084674.

HSL color Cylindrical-coordinate representation of color #42EAD6: hue angle of 172.86º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EAD6 is Cyan = 0.72, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 234 214 -
CMYK 0.72 0 0.09 0.08
HSL 172.86º 0.8% 0.59% -
HSV(B) 172.86º 0.72% 0.92% -
XYZ 43.81 64.86 73.83 -
YUV 181.49 146.34 45.63 -
System Red Green Blue C M Y K H S L
Decimal 66 234 214 0.72 0 0.09 0.08 172.86 0.8 0.59
Hex 42 EA D6 48 0 9 8 AD 50 3B
Octal 102 352 326 110 0 11 10 255 120 73
Binary 1000010 11101010 11010110 1001000 0 1001 1000 10101101 1010000 111011

Color Harmonies of #42EAD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EAD6

Black with #42EAD6

Text Example


Text Example

White with #42EAD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,234,214); }

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

background-color css

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

 a { background-color: rgb(66,234,214); }

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

border-color css

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

 span { border-color: rgb(66,234,214); }

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