#42E0DC

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

Shades of Turquoise #42E0DC

Tints of Turquoise #42E0DC

Color information

#42E0DC (or 0x42E0DC) is unknown color: approx Turquoise. HEX triplet: 42, E0 and DC. RGB value is (66,224,220). Sum of RGB (Red+Green+Blue) = 66+224+220=510 (67% of max value = 765). Red value is 66 (26.17% from 255 or 12.94% from 510); Green value is 224 (87.89% from 255 or 43.92% from 510); Blue value is 220 (86.33% from 255 or 43.14% from 510); Max value from RGB is 224 - color contains mainly: green. Hex color #42E0DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #42E0DC is #BD1F23. Grayscale: #B0B0B0. Windows color (decimal): -12394276 or 14475330. OLE color: 14475330.

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

Color convert

RGB66224220-
CMYK0.7100.020.12
HSL178.48º71.82%56.86%-
HSV(B)178.48º70.54%87.84%-
XYZ41.8259.6477.02-
YUV176.3152.6549.33-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.94%
GREEN value IS 224 (87.89% from 255) = 43.92%
BLUE value IS 220 (86.33% from 255) = 43.14%
R=12.94%
G=43.92%
B=43.14%

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
Decimal662242200.7100.020.12178.4871.8256.86
Hex42E0DC4702Cb24839
Octal102340334107021426211071
Binary1000010111000001101110010001110101100101100101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42E0DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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