#52F7C3

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

Shades of Turquoise #52F7C3

Tints of Turquoise #52F7C3

Color information

#52F7C3 (or 0x52F7C3) is unknown color: approx Turquoise. HEX triplet: 52, F7 and C3. RGB value is (82,247,195). Sum of RGB (Red+Green+Blue) = 82+247+195=524 (69% of max value = 765). Red value is 82 (32.42% from 255 or 15.65% from 524); Green value is 247 (96.88% from 255 or 47.14% from 524); Blue value is 195 (76.56% from 255 or 37.21% from 524); Max value from RGB is 247 - color contains mainly: green. Hex color #52F7C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F7C3 is #AD083C. Grayscale: #BFBFBF. Windows color (decimal): -11339837 or 12842834. OLE color: 12842834.

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

Color convert

RGB82247195-
CMYK0.6700.210.03
HSL161.09º91.16%64.51%-
HSV(B)161.09º66.8%96.86%-
XYZ46.5972.2663.12-
YUV191.74129.8449.73-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.65%
GREEN value IS 247 (96.88% from 255) = 47.14%
BLUE value IS 195 (76.56% from 255) = 37.21%
R=15.65%
G=47.14%
B=37.21%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal822471950.6700.210.03161.0991.1664.51
Hex52F7C3430153a15b41
Octal1223673031030253241133101
Binary101001011110111110000111000011010101111010000110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F7C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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