#52CED1

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

Shades of Medium Turquoise #52CED1

Tints of Medium Turquoise #52CED1

Color information

#52CED1 (or 0x52CED1) is unknown color: approx Medium Turquoise. HEX triplet: 52, CE and D1. RGB value is (82,206,209). Sum of RGB (Red+Green+Blue) = 82+206+209=497 (65% of max value = 765). Red value is 82 (32.42% from 255 or 16.50% from 497); Green value is 206 (80.86% from 255 or 41.45% from 497); Blue value is 209 (82.03% from 255 or 42.05% from 497); Max value from RGB is 209 - color contains mainly: blue. Hex color #52CED1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CED1 is #AD312E. Grayscale: #A9A9A9. Windows color (decimal): -11350319 or 13749842. OLE color: 13749842.

HSL color Cylindrical-coordinate representation of color #52CED1: hue angle of 181.42º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #52CED1 is Cyan = 0.61, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB82206209-
CMYK0.610.0100.18
HSL181.42º57.99%57.06%-
HSV(B)181.42º60.77%81.96%-
XYZ37.0650.5468.12-
YUV169.27150.4265.76-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.50%
GREEN value IS 206 (80.86% from 255) = 41.45%
BLUE value IS 209 (82.03% from 255) = 42.05%
R=16.50%
G=41.45%
B=42.05%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal822062090.610.0100.18181.4257.9957.06
Hex52CED13D1012b53a39
Octal1223163217510222657271
Binary10100101100111011010001111101101001010110101111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,206,209); }

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

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

 a { background-color: rgb(82,206,209); }

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

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

 span { border-color: rgb(82,206,209); }

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