#52f2c1

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

Shades of Turquoise #52F2C1

Tints of Turquoise #52F2C1

Color information

#52F2C1 (or 0x52F2C1) is unknown color: approx Turquoise. HEX triplet: 52, F2 and C1. RGB value is (82,242,193). Sum of RGB (Red+Green+Blue) = 82+242+193=517 (68% of max value = 765). Red value is 82 (32.42% from 255 or 15.86% from 517); Green value is 242 (94.92% from 255 or 46.81% from 517); Blue value is 193 (75.78% from 255 or 37.33% from 517); Max value from RGB is 242 - color contains mainly: green. Hex color #52F2C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F2C1 is #AD0D3E. Grayscale: #BCBCBC. Windows color (decimal): -11341119 or 12710482. OLE color: 12710482.

HSL color Cylindrical-coordinate representation of color #52F2C1: hue angle of 161.62º degrees, saturation: 0.86, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F2C1 is Cyan = 0.66, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB82242193-
CMYK0.6600.200.05
HSL161.62º86.02%63.53%-
HSV(B)161.62º66.12%94.9%-
XYZ44.8669.1561.43-
YUV188.57130.4951.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.86%
GREEN value IS 242 (94.92% from 255) = 46.81%
BLUE value IS 193 (75.78% from 255) = 37.33%
R=15.86%
G=46.81%
B=37.33%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal822421930.6600.200.05161.6286.0263.53
Hex52F2C1420145a25640
Octal1223623011020245242126100
Binary1010010111100101100000110000100101001011010001010101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52f2c1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,242,193); }

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

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

 a { background-color: rgb(82,242,193); }

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

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

 span { border-color: rgb(82,242,193); }

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