#52d6cf

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

Shades of Medium Turquoise #52D6CF

Tints of Medium Turquoise #52D6CF

Color information

#52D6CF (or 0x52D6CF) is unknown color: approx Medium Turquoise. HEX triplet: 52, D6 and CF. RGB value is (82,214,207). Sum of RGB (Red+Green+Blue) = 82+214+207=503 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.30% from 503); Green value is 214 (83.98% from 255 or 42.54% from 503); Blue value is 207 (81.25% from 255 or 41.15% from 503); Max value from RGB is 214 - color contains mainly: green. Hex color #52D6CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #52D6CF is #AD2930. Grayscale: #ADADAD. Windows color (decimal): -11348273 or 13620818. OLE color: 13620818.

HSL color Cylindrical-coordinate representation of color #52D6CF: hue angle of 176.82º degrees, saturation: 0.62, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #52D6CF is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB82214207-
CMYK0.6200.030.16
HSL176.82º61.68%58.04%-
HSV(B)176.82º61.68%83.92%-
XYZ38.7954.3967.49-
YUV173.73146.7762.57-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.30%
GREEN value IS 214 (83.98% from 255) = 42.54%
BLUE value IS 207 (81.25% from 255) = 41.15%
R=16.30%
G=42.54%
B=41.15%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal822142070.6200.030.16176.8261.6858.04
Hex52D6CF3E0310b13e3a
Octal1223263177603202617672
Binary101001011010110110011111111100111000010110001111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52d6cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,214,207); }

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

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

 a { background-color: rgb(82,214,207); }

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

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

 span { border-color: rgb(82,214,207); }

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