Html Css Color HEX #42ECC8 Turquoise

📋 copy color: '#42ECC8'

red 66 ◦ green 236 ◦ blue 200

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

Shades of Turquoise #42ECC8

Tints of Turquoise #42ECC8

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.01%

 BLUE value IS 200 (78.52% from 255) = 39.84%

R = 13.15%
G = 47.01%
B = 39.84%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.15

 K value IS 0.07

RGB Variations

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

Color information

#42ECC8 (or 0x42ECC8) is known color: Turquoise. HEX triplet: 42, EC and C8. RGB value is (66,236,200). Sum of RGB (Red+Green+Blue) = 66+236+200=502 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.15% from 502); Green value is 236 (92.58% from 255 or 47.01% from 502); Blue value is 200 (78.52% from 255 or 39.84% from 502); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECC8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42ECC8 is #BD1337. Grayscale: #B5B5B5. Windows color (decimal): -12391224 or 13167682. OLE color: 13167682.

HSL color Cylindrical-coordinate representation of color #42ECC8: hue angle of 167.29º degrees, saturation: 0.82, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42ECC8 is Cyan = 0.72, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 236 200 -
CMYK 0.72 0 0.15 0.07
HSL 167.29º 0.82% 0.59% -
HSV(B) 167.29º 0.72% 0.93% -
XYZ 42.67 65.32 65 -
YUV 181.07 138.68 45.93 -
System Red Green Blue C M Y K H S L
Decimal 66 236 200 0.72 0 0.15 0.07 167.29 0.82 0.59
Hex 42 EC C8 48 0 F 7 A7 52 3B
Octal 102 354 310 110 0 17 7 247 122 73
Binary 1000010 11101100 11001000 1001000 0 1111 111 10100111 1010010 111011

Color Harmonies of #42ECC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ECC8

Black with #42ECC8

Text Example


Text Example

White with #42ECC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,236,200); }

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

background-color css

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

 a { background-color: rgb(66,236,200); }

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

border-color css

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

 span { border-color: rgb(66,236,200); }

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