#42D9E0

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

Shades of Turquoise #42D9E0

Tints of Turquoise #42D9E0

Color information

#42D9E0 (or 0x42D9E0) is unknown color: approx Turquoise. HEX triplet: 42, D9 and E0. RGB value is (66,217,224). Sum of RGB (Red+Green+Blue) = 66+217+224=507 (67% of max value = 765). Red value is 66 (26.17% from 255 or 13.02% from 507); Green value is 217 (85.16% from 255 or 42.80% from 507); Blue value is 224 (87.89% from 255 or 44.18% from 507); Max value from RGB is 224 - color contains mainly: blue. Hex color #42D9E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42D9E0 is #BD261F. Grayscale: #ACACAC. Windows color (decimal): -12396064 or 14735682. OLE color: 14735682.

HSL color Cylindrical-coordinate representation of color #42D9E0: hue angle of 182.66º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #42D9E0 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB66217224-
CMYK0.710.0300.12
HSL182.66º71.82%56.86%-
HSV(B)182.66º70.54%87.84%-
XYZ40.5156.1779.23-
YUV172.65156.9751.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 13.02%
GREEN value IS 217 (85.16% from 255) = 42.80%
BLUE value IS 224 (87.89% from 255) = 44.18%
R=13.02%
G=42.80%
B=44.18%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal662172240.710.0300.12182.6671.8256.86
Hex42D9E04730Cb74839
Octal102331340107301426711071
Binary1000010110110011110000010001111101100101101111001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42D9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,217,224); }

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

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

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

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

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

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

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