#52F4E2

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

Shades of Turquoise #52F4E2

Tints of Turquoise #52F4E2

Color information

#52F4E2 (or 0x52F4E2) is unknown color: approx Turquoise. HEX triplet: 52, F4 and E2. RGB value is (82,244,226). Sum of RGB (Red+Green+Blue) = 82+244+226=552 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.86% from 552); Green value is 244 (95.70% from 255 or 44.20% from 552); Blue value is 226 (88.67% from 255 or 40.94% from 552); Max value from RGB is 244 - color contains mainly: green. Hex color #52F4E2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F4E2 is #AD0B1D. Grayscale: #C1C1C1. Windows color (decimal): -11340574 or 14873682. OLE color: 14873682.

HSL color Cylindrical-coordinate representation of color #52F4E2: hue angle of 173.33º 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 #52F4E2 is Cyan = 0.66, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.04.

Color convert

RGB82244226-
CMYK0.6600.070.04
HSL173.33º88.04%63.92%-
HSV(B)173.33º66.39%95.69%-
XYZ49.5671.9983.23-
YUV193.51146.3348.46-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.86%
GREEN value IS 244 (95.70% from 255) = 44.20%
BLUE value IS 226 (88.67% from 255) = 40.94%
R=14.86%
G=44.20%
B=40.94%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal822442260.6600.070.04173.3388.0463.92
Hex52F4E242074ad5840
Octal122364342102074255130100
Binary10100101111010011100010100001001111001010110110110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F4E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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