Html Css Color HEX #42E0CE Turquoise

📋 copy color: '#42E0CE'

red 66 ◦ green 224 ◦ blue 206

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

Shades of Turquoise #42E0CE

Tints of Turquoise #42E0CE

RGB

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

 GREEN value IS 224 (87.89% from 255) = 45.16%

 BLUE value IS 206 (80.86% from 255) = 41.53%

R = 13.31%
G = 45.16%
B = 41.53%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.08

 K value IS 0.12

RGB Variations

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

Color information

#42E0CE (or 0x42E0CE) is known color: Turquoise. HEX triplet: 42, E0 and CE. RGB value is (66,224,206). Sum of RGB (Red+Green+Blue) = 66+224+206=496 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.31% from 496); Green value is 224 (87.89% from 255 or 45.16% from 496); Blue value is 206 (80.86% from 255 or 41.53% from 496); Max value from RGB is 224 - color contains mainly: green. Hex color #42E0CE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E0CE is #BD1F31. Grayscale: #AEAEAE. Windows color (decimal): -12394290 or 13557826. OLE color: 13557826.

HSL color Cylindrical-coordinate representation of color #42E0CE: hue angle of 173.16º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E0CE is Cyan = 0.71, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB 66 224 206 -
CMYK 0.71 0 0.08 0.12
HSL 173.16º 0.72% 0.57% -
HSV(B) 173.16º 0.71% 0.88% -
XYZ 40.04 58.93 67.66 -
YUV 174.71 145.65 50.46 -
System Red Green Blue C M Y K H S L
Decimal 66 224 206 0.71 0 0.08 0.12 173.16 0.72 0.57
Hex 42 E0 CE 47 0 8 C AD 48 39
Octal 102 340 316 107 0 10 14 255 110 71
Binary 1000010 11100000 11001110 1000111 0 1000 1100 10101101 1001000 111001

Color Harmonies of #42E0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E0CE

Black with #42E0CE

Text Example


Text Example

White with #42E0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,224,206); }

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

background-color css

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

 a { background-color: rgb(66,224,206); }

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

border-color css

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

 span { border-color: rgb(66,224,206); }

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