Html Css Color HEX #42EACC Turquoise

📋 copy color: '#42EACC'

red 66 ◦ green 234 ◦ blue 204

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

Shades of Turquoise #42EACC

Tints of Turquoise #42EACC

RGB

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

 GREEN value IS 234 (91.8% from 255) = 46.43%

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

R = 13.1%
G = 46.43%
B = 40.48%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.13

 K value IS 0.08

RGB Variations

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

Color information

#42EACC (or 0x42EACC) is known color: Turquoise. HEX triplet: 42, EA and CC. RGB value is (66,234,204). Sum of RGB (Red+Green+Blue) = 66+234+204=504 (66% of max value = 765). Red value is 66 (26.17% from 255 or 13.10% from 504); Green value is 234 (91.80% from 255 or 46.43% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 234 - color contains mainly: green. Hex color #42EACC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EACC is #BD1533. Grayscale: #B4B4B4. Windows color (decimal): -12391732 or 13429314. OLE color: 13429314.

HSL color Cylindrical-coordinate representation of color #42EACC: hue angle of 169.29º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EACC is Cyan = 0.72, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.08.

Color convert

RGB 66 234 204 -
CMYK 0.72 0 0.13 0.08
HSL 169.29º 0.8% 0.59% -
HSV(B) 169.29º 0.72% 0.92% -
XYZ 42.57 64.36 67.31 -
YUV 180.35 141.34 46.44 -
System Red Green Blue C M Y K H S L
Decimal 66 234 204 0.72 0 0.13 0.08 169.29 0.8 0.59
Hex 42 EA CC 48 0 D 8 A9 50 3B
Octal 102 352 314 110 0 15 10 251 120 73
Binary 1000010 11101010 11001100 1001000 0 1101 1000 10101001 1010000 111011

Color Harmonies of #42EACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #42EACC

Black with #42EACC

Text Example


Text Example

White with #42EACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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