#42EFDC

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

Shades of Turquoise #42EFDC

Tints of Turquoise #42EFDC

Color information

#42EFDC (or 0x42EFDC) is unknown color: approx Turquoise. HEX triplet: 42, EF and DC. RGB value is (66,239,220). Sum of RGB (Red+Green+Blue) = 66+239+220=525 (69% of max value = 765). Red value is 66 (26.17% from 255 or 12.57% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 220 (86.33% from 255 or 41.90% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #42EFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #42EFDC is #BD1023. Grayscale: #B9B9B9. Windows color (decimal): -12390436 or 14479170. OLE color: 14479170.

HSL color Cylindrical-coordinate representation of color #42EFDC: hue angle of 173.41º 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 #42EFDC is Cyan = 0.72, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB66239220-
CMYK0.7200.080.06
HSL173.41º84.39%59.8%-
HSV(B)173.41º72.38%93.73%-
XYZ46.0368.0678.42-
YUV185.11147.6943.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 12.57%
GREEN value IS 239 (93.75% from 255) = 45.52%
BLUE value IS 220 (86.33% from 255) = 41.90%
R=12.57%
G=45.52%
B=41.90%

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
Decimal662392200.7200.080.06173.4184.3959.8
Hex42EFDC48086ad543c
Octal102357334110010625512474
Binary10000101110111111011100100100001000110101011011010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #42EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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