#52F7B7

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

Shades of Turquoise #52F7B7

Tints of Turquoise #52F7B7

Color information

#52F7B7 (or 0x52F7B7) is unknown color: approx Turquoise. HEX triplet: 52, F7 and B7. RGB value is (82,247,183). Sum of RGB (Red+Green+Blue) = 82+247+183=512 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.02% from 512); Green value is 247 (96.88% from 255 or 48.24% from 512); Blue value is 183 (71.88% from 255 or 35.74% from 512); Max value from RGB is 247 - color contains mainly: green. Hex color #52F7B7 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F7B7 is #AD0848. Grayscale: #BEBEBE. Windows color (decimal): -11339849 or 12056402. OLE color: 12056402.

HSL color Cylindrical-coordinate representation of color #52F7B7: hue angle of 156.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 #52F7B7 is Cyan = 0.67, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.03.

Color convert

RGB82247183-
CMYK0.6700.260.03
HSL156.73º91.16%64.51%-
HSV(B)156.73º66.8%96.86%-
XYZ45.2971.7356.26-
YUV190.37123.8450.7-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.02%
GREEN value IS 247 (96.88% from 255) = 48.24%
BLUE value IS 183 (71.88% from 255) = 35.74%
R=16.02%
G=48.24%
B=35.74%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal822471830.6700.260.03156.7391.1664.51
Hex52F7B74301A39d5b41
Octal1223672671030323235133101
Binary101001011110111101101111000011011010111001110110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F7B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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