#52E0DB

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

Shades of Turquoise #52E0DB

Tints of Turquoise #52E0DB

Color information

#52E0DB (or 0x52E0DB) is unknown color: approx Turquoise. HEX triplet: 52, E0 and DB. RGB value is (82,224,219). Sum of RGB (Red+Green+Blue) = 82+224+219=525 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.62% from 525); Green value is 224 (87.89% from 255 or 42.67% from 525); Blue value is 219 (85.94% from 255 or 41.71% from 525); Max value from RGB is 224 - color contains mainly: green. Hex color #52E0DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52E0DB is #AD1F24. Grayscale: #B4B4B4. Windows color (decimal): -11345701 or 14409810. OLE color: 14409810.

HSL color Cylindrical-coordinate representation of color #52E0DB: hue angle of 177.89º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52E0DB is Cyan = 0.63, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB82224219-
CMYK0.6300.020.12
HSL177.89º69.61%60%-
HSV(B)177.89º63.39%87.84%-
XYZ42.9260.2276.38-
YUV180.97149.4657.41-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.62%
GREEN value IS 224 (87.89% from 255) = 42.67%
BLUE value IS 219 (85.94% from 255) = 41.71%
R=15.62%
G=42.67%
B=41.71%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal822242190.6300.020.12177.8969.6160
Hex52E0DB3F02Cb2463c
Octal12234033377021426210674
Binary101001011100000110110111111110101100101100101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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