#52F4C5

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

Shades of Turquoise #52F4C5

Tints of Turquoise #52F4C5

Color information

#52F4C5 (or 0x52F4C5) is unknown color: approx Turquoise. HEX triplet: 52, F4 and C5. RGB value is (82,244,197). Sum of RGB (Red+Green+Blue) = 82+244+197=523 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.68% from 523); Green value is 244 (95.70% from 255 or 46.65% from 523); Blue value is 197 (77.34% from 255 or 37.67% from 523); Max value from RGB is 244 - color contains mainly: green. Hex color #52F4C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F4C5 is #AD0B3A. Grayscale: #BEBEBE. Windows color (decimal): -11340603 or 12973138. OLE color: 12973138.

HSL color Cylindrical-coordinate representation of color #52F4C5: hue angle of 162.59º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F4C5 is Cyan = 0.66, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.04.

Color convert

RGB82244197-
CMYK0.6600.190.04
HSL162.59º88.04%63.92%-
HSV(B)162.59º66.39%95.69%-
XYZ45.9170.5364.02-
YUV190.2131.8350.82-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.68%
GREEN value IS 244 (95.70% from 255) = 46.65%
BLUE value IS 197 (77.34% from 255) = 37.67%
R=15.68%
G=46.65%
B=37.67%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal822441970.6600.190.04162.5988.0463.92
Hex52F4C5420134a35840
Octal1223643051020234243130100
Binary1010010111101001100010110000100100111001010001110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F4C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,244,197); }

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

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

 a { background-color: rgb(82,244,197); }

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

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

 span { border-color: rgb(82,244,197); }

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