#42E0DB

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

Shades of Turquoise #42E0DB

Tints of Turquoise #42E0DB

Color information

#42E0DB (or 0x42E0DB) is unknown color: approx Turquoise. HEX triplet: 42, E0 and DB. RGB value is (66,224,219). Sum of RGB (Red+Green+Blue) = 66+224+219=509 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.97% from 509); Green value is 224 (87.89% from 255 or 44.01% from 509); Blue value is 219 (85.94% from 255 or 43.03% from 509); Max value from RGB is 224 - color contains mainly: green. Hex color #42E0DB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E0DB is #BD1F24. Grayscale: #B0B0B0. Windows color (decimal): -12394277 or 14409794. OLE color: 14409794.

HSL color Cylindrical-coordinate representation of color #42E0DB: hue angle of 178.1º 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 #42E0DB is Cyan = 0.71, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB66224219-
CMYK0.7100.020.12
HSL178.1º71.82%56.86%-
HSV(B)178.1º70.54%87.84%-
XYZ41.6959.5876.32-
YUV176.19152.1549.41-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.97%
GREEN value IS 224 (87.89% from 255) = 44.01%
BLUE value IS 219 (85.94% from 255) = 43.03%
R=12.97%
G=44.01%
B=43.03%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal662242190.7100.020.12178.171.8256.86
Hex42E0DB4702Cb24839
Octal102340333107021426211071
Binary1000010111000001101101110001110101100101100101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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