#52c8b9

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

Shades of Medium Turquoise #52C8B9

Tints of Medium Turquoise #52C8B9

Color information

#52C8B9 (or 0x52C8B9) is unknown color: approx Medium Turquoise. HEX triplet: 52, C8 and B9. RGB value is (82,200,185). Sum of RGB (Red+Green+Blue) = 82+200+185=467 (61% of max value = 765). Red value is 82 (32.42% from 255 or 17.56% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #52C8B9 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52C8B9 is #AD3746. Grayscale: #A2A2A2. Windows color (decimal): -11351879 or 12175442. OLE color: 12175442.

HSL color Cylindrical-coordinate representation of color #52C8B9: hue angle of 172.37º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #52C8B9 is Cyan = 0.59, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.22.

Color convert

RGB82200185-
CMYK0.5900.080.22
HSL172.37º51.75%55.29%-
HSV(B)172.37º59%78.43%-
XYZ32.8946.6153.16-
YUV163.01140.4170.22-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 17.56%
GREEN value IS 200 (78.52% from 255) = 42.83%
BLUE value IS 185 (72.66% from 255) = 39.61%
R=17.56%
G=42.83%
B=39.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal822001850.5900.080.22172.3751.7555.29
Hex52C8B93B0816ac3437
Octal12231027173010262546467
Binary10100101100100010111001111011010001011010101100110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52c8b9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,200,185); }

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

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

 a { background-color: rgb(82,200,185); }

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

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

 span { border-color: rgb(82,200,185); }

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