#52CCB8

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

Shades of Medium Turquoise #52CCB8

Tints of Medium Turquoise #52CCB8

Color information

#52CCB8 (or 0x52CCB8) is unknown color: approx Medium Turquoise. HEX triplet: 52, CC and B8. RGB value is (82,204,184). Sum of RGB (Red+Green+Blue) = 82+204+184=470 (62% of max value = 765). Red value is 82 (32.42% from 255 or 17.45% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 184 (72.27% from 255 or 39.15% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #52CCB8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52CCB8 is #AD3347. Grayscale: #A5A5A5. Windows color (decimal): -11350856 or 12110930. OLE color: 12110930.

HSL color Cylindrical-coordinate representation of color #52CCB8: hue angle of 170.16º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #52CCB8 is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.2.

Color convert

RGB82204184-
CMYK0.6000.100.2
HSL170.16º54.46%56.08%-
HSV(B)170.16º59.8%80%-
XYZ33.7248.4452.92-
YUV165.24138.5868.63-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.45%
GREEN value IS 204 (80.08% from 255) = 43.40%
BLUE value IS 184 (72.27% from 255) = 39.15%
R=17.45%
G=43.40%
B=39.15%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal822041840.6000.100.2170.1654.4656.08
Hex52CCB83C0A14aa3638
Octal12231427074012242526670
Binary10100101100110010111000111100010101010010101010110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52CCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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