#52F7E4

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

Shades of Turquoise #52F7E4

Tints of Turquoise #52F7E4

Color information

#52F7E4 (or 0x52F7E4) is unknown color: approx Turquoise. HEX triplet: 52, F7 and E4. RGB value is (82,247,228). Sum of RGB (Red+Green+Blue) = 82+247+228=557 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.72% from 557); Green value is 247 (96.88% from 255 or 44.34% from 557); Blue value is 228 (89.45% from 255 or 40.93% from 557); Max value from RGB is 247 - color contains mainly: green. Hex color #52F7E4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52F7E4 is #AD081B. Grayscale: #C3C3C3. Windows color (decimal): -11339804 or 15005522. OLE color: 15005522.

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

Color convert

RGB82247228-
CMYK0.6700.080.03
HSL173.09º91.16%64.51%-
HSV(B)173.09º66.8%96.86%-
XYZ50.7473.9284.99-
YUV195.5146.3447.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.72%
GREEN value IS 247 (96.88% from 255) = 44.34%
BLUE value IS 228 (89.45% from 255) = 40.93%
R=14.72%
G=44.34%
B=40.93%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal822472280.6700.080.03173.0991.1664.51
Hex52F7E443083ad5b41
Octal1223673441030103255133101
Binary10100101111011111100100100001101000111010110110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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