Html Css Color HEX #42ECC5 Turquoise

📋 copy color: '#42ECC5'

red 66 ◦ green 236 ◦ blue 197

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

Shades of Turquoise #42ECC5

Tints of Turquoise #42ECC5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 39.48%

R = 13.23%
G = 47.29%
B = 39.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.07

RGB Variations

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

Color information

#42ECC5 (or 0x42ECC5) is known color: Turquoise. HEX triplet: 42, EC and C5. RGB value is (66,236,197). Sum of RGB (Red+Green+Blue) = 66+236+197=499 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.23% from 499); Green value is 236 (92.58% from 255 or 47.29% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECC5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42ECC5 is #BD133A. Grayscale: #B4B4B4. Windows color (decimal): -12391227 or 12971074. OLE color: 12971074.

HSL color Cylindrical-coordinate representation of color #42ECC5: hue angle of 166.24º 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 #42ECC5 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 236 197 -
CMYK 0.72 0 0.17 0.07
HSL 166.24º 0.82% 0.59% -
HSV(B) 166.24º 0.72% 0.93% -
XYZ 42.32 65.18 63.17 -
YUV 180.72 137.18 46.17 -
System Red Green Blue C M Y K H S L
Decimal 66 236 197 0.72 0 0.17 0.07 166.24 0.82 0.59
Hex 42 EC C5 48 0 11 7 A6 52 3B
Octal 102 354 305 110 0 21 7 246 122 73
Binary 1000010 11101100 11000101 1001000 0 10001 111 10100110 1010010 111011

Color Harmonies of #42ECC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ECC5

Black with #42ECC5

Text Example


Text Example

White with #42ECC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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