#52DBCA

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

Shades of Medium Turquoise #52DBCA

Tints of Medium Turquoise #52DBCA

Color information

#52DBCA (or 0x52DBCA) is unknown color: approx Medium Turquoise. HEX triplet: 52, DB and CA. RGB value is (82,219,202). Sum of RGB (Red+Green+Blue) = 82+219+202=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 219 (85.94% from 255 or 43.54% from 503); Blue value is 202 (79.30% from 255 or 40.16% from 503); Max value from RGB is 219 - color contains mainly: green. Hex color #52DBCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52DBCA is #AD2435. Grayscale: #B0B0B0. Windows color (decimal): -11346998 or 13294418. OLE color: 13294418.

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

Color convert

RGB82219202-
CMYK0.6300.080.14
HSL172.55º65.55%59.02%-
HSV(B)172.55º62.56%85.88%-
XYZ39.4756.7264.75-
YUV176.1142.6160.88-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.30%
GREEN value IS 219 (85.94% from 255) = 43.54%
BLUE value IS 202 (79.30% from 255) = 40.16%
R=16.30%
G=43.54%
B=40.16%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal822192020.6300.080.14172.5565.5559.02
Hex52DBCA3F08Ead423b
Octal122333312770101625510273
Binary10100101101101111001010111111010001110101011011000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DBCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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