#42EFDD

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

Shades of Turquoise #42EFDD

Tints of Turquoise #42EFDD

Color information

#42EFDD (or 0x42EFDD) is unknown color: approx Turquoise. HEX triplet: 42, EF and DD. RGB value is (66,239,221). Sum of RGB (Red+Green+Blue) = 66+239+221=526 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.55% from 526); Green value is 239 (93.75% from 255 or 45.44% from 526); Blue value is 221 (86.72% from 255 or 42.02% from 526); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EFDD is #BD1022. Grayscale: #B9B9B9. Windows color (decimal): -12390435 or 14544706. OLE color: 14544706.

HSL color Cylindrical-coordinate representation of color #42EFDD: hue angle of 173.76º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #42EFDD is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB66239221-
CMYK0.7200.080.06
HSL173.76º84.39%59.8%-
HSV(B)173.76º72.38%93.73%-
XYZ46.1668.1179.12-
YUV185.22148.1942.96-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.55%
GREEN value IS 239 (93.75% from 255) = 45.44%
BLUE value IS 221 (86.72% from 255) = 42.02%
R=12.55%
G=45.44%
B=42.02%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal662392210.7200.080.06173.7684.3959.8
Hex42EFDD48086ae543c
Octal102357335110010625612474
Binary10000101110111111011101100100001000110101011101010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42EFDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,239,221); }

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

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

 a { background-color: rgb(66,239,221); }

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

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

 span { border-color: rgb(66,239,221); }

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