Html Css Color HEX #42EEEC Turquoise

📋 copy color: '#42EEEC'

red 66 ◦ green 238 ◦ blue 236

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

Shades of Turquoise #42EEEC

Tints of Turquoise #42EEEC

RGB

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

 GREEN value IS 238 (93.36% from 255) = 44.07%

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

R = 12.22%
G = 44.07%
B = 43.7%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.01

 K value IS 0.07

RGB Variations

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

Color information

#42EEEC (or 0x42EEEC) is known color: Turquoise. HEX triplet: 42, EE and EC. RGB value is (66,238,236). Sum of RGB (Red+Green+Blue) = 66+238+236=540 (71% of max value = 765). Red value is 66 (26.17% from 255 or 12.22% from 540); Green value is 238 (93.36% from 255 or 44.07% from 540); Blue value is 236 (92.58% from 255 or 43.70% from 540); Max value from RGB is 238 - color contains mainly: green. Hex color #42EEEC is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #42EEEC is #BD1113. Grayscale: #BABABA. Windows color (decimal): -12390676 or 15527490. OLE color: 15527490.

HSL color Cylindrical-coordinate representation of color #42EEEC: hue angle of 179.3º degrees, saturation: 0.83, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EEEC is Cyan = 0.72, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.07.

Color convert

RGB 66 238 236 -
CMYK 0.72 0 0.01 0.07
HSL 179.3º 0.83% 0.6% -
HSV(B) 179.3º 0.72% 0.93% -
XYZ 47.96 68.36 90.02 -
YUV 186.34 156.02 42.16 -
System Red Green Blue C M Y K H S L
Decimal 66 238 236 0.72 0 0.01 0.07 179.3 0.83 0.6
Hex 42 EE EC 48 0 1 7 B3 53 3C
Octal 102 356 354 110 0 1 7 263 123 74
Binary 1000010 11101110 11101100 1001000 0 1 111 10110011 1010011 111100

Color Harmonies of #42EEEC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EEEC

Black with #42EEEC

Text Example


Text Example

White with #42EEEC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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