#52CAD8

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

Shades of Medium Turquoise #52CAD8

Tints of Medium Turquoise #52CAD8

Color information

#52CAD8 (or 0x52CAD8) is unknown color: approx Medium Turquoise. HEX triplet: 52, CA and D8. RGB value is (82,202,216). Sum of RGB (Red+Green+Blue) = 82+202+216=500 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.4% from 500); Green value is 202 (79.30% from 255 or 40.4% from 500); Blue value is 216 (84.77% from 255 or 43.2% from 500); Max value from RGB is 216 - color contains mainly: blue. Hex color #52CAD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CAD8 is #AD3527. Grayscale: #A7A7A7. Windows color (decimal): -11351336 or 14207570. OLE color: 14207570.

HSL color Cylindrical-coordinate representation of color #52CAD8: hue angle of 186.27º degrees, saturation: 0.63, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52CAD8 is Cyan = 0.62, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB82202216-
CMYK0.620.0600.15
HSL186.27º63.21%58.43%-
HSV(B)186.27º62.04%84.71%-
XYZ36.9948.9972.47-
YUV167.72155.2466.86-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.4%
GREEN value IS 202 (79.30% from 255) = 40.4%
BLUE value IS 216 (84.77% from 255) = 43.2%
R=16.4%
G=40.4%
B=43.2%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal822022160.620.0600.15186.2763.2158.43
Hex52CAD83E60Fba3f3a
Octal1223123307660172727772
Binary101001011001010110110001111101100111110111010111111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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