#52EFDC

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

Shades of Turquoise #52EFDC

Tints of Turquoise #52EFDC

Color information

#52EFDC (or 0x52EFDC) is unknown color: approx Turquoise. HEX triplet: 52, EF and DC. RGB value is (82,239,220). Sum of RGB (Red+Green+Blue) = 82+239+220=541 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.16% from 541); Green value is 239 (93.75% from 255 or 44.18% from 541); Blue value is 220 (86.33% from 255 or 40.67% from 541); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EFDC is #AD1023. Grayscale: #BDBDBD. Windows color (decimal): -11341860 or 14479186. OLE color: 14479186.

HSL color Cylindrical-coordinate representation of color #52EFDC: hue angle of 172.74º degrees, saturation: 0.83, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52EFDC is Cyan = 0.66, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB82239220-
CMYK0.6600.080.06
HSL172.74º83.07%62.94%-
HSV(B)172.74º65.69%93.73%-
XYZ47.2668.6978.48-
YUV189.89144.9951.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.16%
GREEN value IS 239 (93.75% from 255) = 44.18%
BLUE value IS 220 (86.33% from 255) = 40.67%
R=15.16%
G=44.18%
B=40.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal822392200.6600.080.06172.7483.0762.94
Hex52EFDC42086ad533f
Octal122357334102010625512377
Binary10100101110111111011100100001001000110101011011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EFDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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