#52D6DD

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

Shades of Medium Turquoise #52D6DD

Tints of Medium Turquoise #52D6DD

Color information

#52D6DD (or 0x52D6DD) is unknown color: approx Medium Turquoise. HEX triplet: 52, D6 and DD. RGB value is (82,214,221). Sum of RGB (Red+Green+Blue) = 82+214+221=517 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.86% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 221 (86.72% from 255 or 42.75% from 517); Max value from RGB is 221 - color contains mainly: blue. Hex color #52D6DD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D6DD is #AD2922. Grayscale: #AFAFAF. Windows color (decimal): -11348259 or 14538322. OLE color: 14538322.

HSL color Cylindrical-coordinate representation of color #52D6DD: hue angle of 183.02º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #52D6DD is Cyan = 0.63, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB82214221-
CMYK0.630.0300.13
HSL183.02º67.15%59.41%-
HSV(B)183.02º62.9%86.67%-
XYZ40.5855.1176.9-
YUV175.33153.7761.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.86%
GREEN value IS 214 (83.98% from 255) = 41.39%
BLUE value IS 221 (86.72% from 255) = 42.75%
R=15.86%
G=41.39%
B=42.75%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal822142210.630.0300.13183.0267.1559.41
Hex52D6DD3F30Db7433b
Octal12232633577301526710373
Binary101001011010110110111011111111101101101101111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52D6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,214,221); }

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

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

 a { background-color: rgb(82,214,221); }

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

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

 span { border-color: rgb(82,214,221); }

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