#52EFDB

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

Shades of Turquoise #52EFDB

Tints of Turquoise #52EFDB

Color information

#52EFDB (or 0x52EFDB) is unknown color: approx Turquoise. HEX triplet: 52, EF and DB. RGB value is (82,239,219). Sum of RGB (Red+Green+Blue) = 82+239+219=540 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.19% from 540); Green value is 239 (93.75% from 255 or 44.26% from 540); Blue value is 219 (85.94% from 255 or 40.56% from 540); Max value from RGB is 239 - color contains mainly: green. Hex color #52EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EFDB is #AD1024. Grayscale: #BDBDBD. Windows color (decimal): -11341861 or 14413650. OLE color: 14413650.

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

Color convert

RGB82239219-
CMYK0.6600.080.06
HSL172.36º83.07%62.94%-
HSV(B)172.36º65.69%93.73%-
XYZ47.1368.6477.78-
YUV189.78144.4951.13-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.19%
GREEN value IS 239 (93.75% from 255) = 44.26%
BLUE value IS 219 (85.94% from 255) = 40.56%
R=15.19%
G=44.26%
B=40.56%

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
Decimal822392190.6600.080.06172.3683.0762.94
Hex52EFDB42086ac533f
Octal122357333102010625412377
Binary10100101110111111011011100001001000110101011001010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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