Html Css Color HEX #42E7CD Turquoise

📋 copy color: '#42E7CD'

red 66 ◦ green 231 ◦ blue 205

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

Shades of Turquoise #42E7CD

Tints of Turquoise #42E7CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 13.15%
G = 46.02%
B = 40.84%

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

#42E7CD (or 0x42E7CD) is known color: Turquoise. HEX triplet: 42, E7 and CD. RGB value is (66,231,205). Sum of RGB (Red+Green+Blue) = 66+231+205=502 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.15% from 502); Green value is 231 (90.62% from 255 or 46.02% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 231 - color contains mainly: green. Hex color #42E7CD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E7CD is #BD1832. Grayscale: #B2B2B2. Windows color (decimal): -12392499 or 13494082. OLE color: 13494082.

HSL color Cylindrical-coordinate representation of color #42E7CD: hue angle of 170.55º 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 #42E7CD is Cyan = 0.71, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.09.

Color convert

RGB 66 231 205 -
CMYK 0.71 0 0.11 0.09
HSL 170.55º 0.77% 0.58% -
HSV(B) 170.55º 0.71% 0.91% -
XYZ 41.84 62.72 67.66 -
YUV 178.7 142.84 47.61 -
System Red Green Blue C M Y K H S L
Decimal 66 231 205 0.71 0 0.11 0.09 170.55 0.77 0.58
Hex 42 E7 CD 47 0 B 9 AB 4D 3A
Octal 102 347 315 107 0 13 11 253 115 72
Binary 1000010 11100111 11001101 1000111 0 1011 1001 10101011 1001101 111010

Color Harmonies of #42E7CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42E7CD

Black with #42E7CD

Text Example


Text Example

White with #42E7CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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