#52CAB8

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

Shades of Medium Turquoise #52CAB8

Tints of Medium Turquoise #52CAB8

Color information

#52CAB8 (or 0x52CAB8) is unknown color: approx Medium Turquoise. HEX triplet: 52, CA and B8. RGB value is (82,202,184). Sum of RGB (Red+Green+Blue) = 82+202+184=468 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.52% from 468); Green value is 202 (79.30% from 255 or 43.16% from 468); Blue value is 184 (72.27% from 255 or 39.32% from 468); Max value from RGB is 202 - color contains mainly: green. Hex color #52CAB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CAB8 is #AD3547. Grayscale: #A4A4A4. Windows color (decimal): -11351368 or 12110418. OLE color: 12110418.

HSL color Cylindrical-coordinate representation of color #52CAB8: hue angle of 171º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52CAB8 is Cyan = 0.59, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.21.

Color convert

RGB82202184-
CMYK0.5900.090.21
HSL171º53.1%55.69%-
HSV(B)171º59.41%79.22%-
XYZ33.2547.552.76-
YUV164.07139.2469.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.52%
GREEN value IS 202 (79.30% from 255) = 43.16%
BLUE value IS 184 (72.27% from 255) = 39.32%
R=17.52%
G=43.16%
B=39.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal822021840.5900.090.2117153.155.69
Hex52CAB83B0915ab3538
Octal12231227073011252536570
Binary10100101100101010111000111011010011010110101011110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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