#42E9C0

Color #42E9C0 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #42E9C0

Tints of Turquoise #42E9C0

Color information

#42E9C0 (or 0x42E9C0) is unknown color: approx Turquoise. HEX triplet: 42, E9 and C0. RGB value is (66,233,192). Sum of RGB (Red+Green+Blue) = 66+233+192=491 (65% of max value = 765). Red value is 66 (26.17% from 255 or 13.44% from 491); Green value is 233 (91.41% from 255 or 47.45% from 491); Blue value is 192 (75.39% from 255 or 39.10% from 491); Max value from RGB is 233 - color contains mainly: green. Hex color #42E9C0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42E9C0 is #BD163F. Grayscale: #B2B2B2. Windows color (decimal): -12392000 or 12642626. OLE color: 12642626.

HSL color Cylindrical-coordinate representation of color #42E9C0: hue angle of 165.27º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42E9C0 is Cyan = 0.72, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB66233192-
CMYK0.7200.180.09
HSL165.27º79.15%58.63%-
HSV(B)165.27º71.67%91.37%-
XYZ40.963.2459.92-
YUV178.39135.6747.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.44%
GREEN value IS 233 (91.41% from 255) = 47.45%
BLUE value IS 192 (75.39% from 255) = 39.10%
R=13.44%
G=47.45%
B=39.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal662331920.7200.180.09165.2779.1558.63
Hex42E9C0480129a54f3b
Octal1023513001100221124511773
Binary1000010111010011100000010010000100101001101001011001111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,233,192); }

 H1.HeaderClassName
 {
   color: #42E9C0;
 }
 .AnyTagClassName
 {
   color: #42E9C0;
 }
</style>
background-color css

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

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

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

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

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

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