#52F7D8

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

Shades of Turquoise #52F7D8

Tints of Turquoise #52F7D8

Color information

#52F7D8 (or 0x52F7D8) is unknown color: approx Turquoise. HEX triplet: 52, F7 and D8. RGB value is (82,247,216). Sum of RGB (Red+Green+Blue) = 82+247+216=545 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.05% from 545); Green value is 247 (96.88% from 255 or 45.32% from 545); Blue value is 216 (84.77% from 255 or 39.63% from 545); Max value from RGB is 247 - color contains mainly: green. Hex color #52F7D8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F7D8 is #AD0827. Grayscale: #C2C2C2. Windows color (decimal): -11339816 or 14219090. OLE color: 14219090.

HSL color Cylindrical-coordinate representation of color #52F7D8: hue angle of 168.73º degrees, saturation: 0.91, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52F7D8 is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.03.

Color convert

RGB82247216-
CMYK0.6700.130.03
HSL168.73º91.16%64.51%-
HSV(B)168.73º66.8%96.86%-
XYZ49.1473.2776.52-
YUV194.13140.3448.02-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.05%
GREEN value IS 247 (96.88% from 255) = 45.32%
BLUE value IS 216 (84.77% from 255) = 39.63%
R=15.05%
G=45.32%
B=39.63%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal822472160.6700.130.03168.7391.1664.51
Hex52F7D8430D3a95b41
Octal1223673301030153251133101
Binary10100101111011111011000100001101101111010100110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,247,216); }

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

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

 a { background-color: rgb(82,247,216); }

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

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

 span { border-color: rgb(82,247,216); }

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