Html Css Color HEX #42E7CE Turquoise

📋 copy color: '#42E7CE'

red 66 ◦ green 231 ◦ blue 206

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

Shades of Turquoise #42E7CE

Tints of Turquoise #42E7CE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 45.92%

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

R = 13.12%
G = 45.92%
B = 40.95%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.11

 K value IS 0.09

RGB Variations

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

Color information

#42E7CE (or 0x42E7CE) is known color: Turquoise. HEX triplet: 42, E7 and CE. RGB value is (66,231,206). Sum of RGB (Red+Green+Blue) = 66+231+206=503 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.12% from 503); Green value is 231 (90.62% from 255 or 45.92% from 503); Blue value is 206 (80.86% from 255 or 40.95% from 503); Max value from RGB is 231 - color contains mainly: green. Hex color #42E7CE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E7CE is #BD1831. Grayscale: #B2B2B2. Windows color (decimal): -12392498 or 13559618. OLE color: 13559618.

HSL color Cylindrical-coordinate representation of color #42E7CE: hue angle of 170.91º degrees, saturation: 0.77, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42E7CE is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 231 206 -
CMYK 0.71 0 0.11 0.09
HSL 170.91º 0.77% 0.58% -
HSV(B) 170.91º 0.71% 0.91% -
XYZ 41.96 62.77 68.3 -
YUV 178.82 143.34 47.53 -
System Red Green Blue C M Y K H S L
Decimal 66 231 206 0.71 0 0.11 0.09 170.91 0.77 0.58
Hex 42 E7 CE 47 0 B 9 AB 4D 3A
Octal 102 347 316 107 0 13 11 253 115 72
Binary 1000010 11100111 11001110 1000111 0 1011 1001 10101011 1001101 111010

Color Harmonies of #42E7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E7CE

Black with #42E7CE

Text Example


Text Example

White with #42E7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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