#52DBE0

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

Shades of Medium Turquoise #52DBE0

Tints of Medium Turquoise #52DBE0

Color information

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

HSL color Cylindrical-coordinate representation of color #52DBE0: hue angle of 182.11º 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 #52DBE0 is Cyan = 0.63, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB82219224-
CMYK0.630.0200.12
HSL182.11º69.61%60%-
HSV(B)182.11º63.39%87.84%-
XYZ42.2757.8479.46-
YUV178.61153.6159.09-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal822192240.630.0200.12182.1169.6160
Hex52DBE03F20Cb6463c
Octal12233334077201426610674
Binary101001011011011111000001111111001100101101101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52DBE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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