Html Css Color HEX #42ECCC Turquoise

📋 copy color: '#42ECCC'

red 66 ◦ green 236 ◦ blue 204

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

Shades of Turquoise #42ECCC

Tints of Turquoise #42ECCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.32%

R = 13.04%
G = 46.64%
B = 40.32%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#42ECCC (or 0x42ECCC) is known color: Turquoise. HEX triplet: 42, EC and CC. RGB value is (66,236,204). Sum of RGB (Red+Green+Blue) = 66+236+204=506 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.04% from 506); Green value is 236 (92.58% from 255 or 46.64% from 506); Blue value is 204 (80.08% from 255 or 40.32% from 506); Max value from RGB is 236 - color contains mainly: green. Hex color #42ECCC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42ECCC is #BD1333. Grayscale: #B5B5B5. Windows color (decimal): -12391220 or 13429826. OLE color: 13429826.

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

Color convert

RGB 66 236 204 -
CMYK 0.72 0 0.14 0.07
HSL 168.71º 0.82% 0.59% -
HSV(B) 168.71º 0.72% 0.93% -
XYZ 43.14 65.51 67.5 -
YUV 181.52 140.68 45.6 -
System Red Green Blue C M Y K H S L
Decimal 66 236 204 0.72 0 0.14 0.07 168.71 0.82 0.59
Hex 42 EC CC 48 0 E 7 A9 52 3B
Octal 102 354 314 110 0 16 7 251 122 73
Binary 1000010 11101100 11001100 1001000 0 1110 111 10101001 1010010 111011

Color Harmonies of #42ECCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ECCC

Black with #42ECCC

Text Example


Text Example

White with #42ECCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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