Html Css Color HEX #42ECEC Turquoise

📋 copy color: '#42ECEC'

red 66 ◦ green 236 ◦ blue 236

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

Shades of Turquoise #42ECEC

Tints of Turquoise #42ECEC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 43.87%

R = 12.27%
G = 43.87%
B = 43.87%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#42ECEC (or 0x42ECEC) is known color: Turquoise. HEX triplet: 42, EC and EC. RGB value is (66,236,236). Sum of RGB (Red+Green+Blue) = 66+236+236=538 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.27% from 538); Green value is 236 (92.58% from 255 or 43.87% from 538); Blue value is 236 (92.58% from 255 or 43.87% from 538); Max value from RGB is 236 - color contains mainly: green, blue. Hex color #42ECEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42ECEC is #BD1313. Grayscale: #B9B9B9. Windows color (decimal): -12391188 or 15526978. OLE color: 15526978.

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

Color convert

RGB 66 236 236 -
CMYK 0.72 0 0 0.07
HSL 180º 0.82% 0.59% -
HSV(B) 180º 0.72% 0.93% -
XYZ 47.38 67.21 89.83 -
YUV 185.17 156.68 43 -
System Red Green Blue C M Y K H S L
Decimal 66 236 236 0.72 0 0 0.07 180 0.82 0.59
Hex 42 EC EC 48 0 0 7 B4 52 3B
Octal 102 354 354 110 0 0 7 264 122 73
Binary 1000010 11101100 11101100 1001000 0 0 111 10110100 1010010 111011

Color Harmonies of #42ECEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42ECEC

Black with #42ECEC

Text Example


Text Example

White with #42ECEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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