#52E4F7

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

Shades of Turquoise Blue #52E4F7

Tints of Turquoise Blue #52E4F7

Color information

#52E4F7 (or 0x52E4F7) is unknown color: approx Turquoise Blue. HEX triplet: 52, E4 and F7. RGB value is (82,228,247). Sum of RGB (Red+Green+Blue) = 82+228+247=557 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.72% from 557); Green value is 228 (89.45% from 255 or 40.93% from 557); Blue value is 247 (96.88% from 255 or 44.34% from 557); Max value from RGB is 247 - color contains mainly: blue. Hex color #52E4F7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52E4F7 is #AD1B08. Grayscale: #BABABA. Windows color (decimal): -11344649 or 16245842. OLE color: 16245842.

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

Color convert

RGB82228247-
CMYK0.670.0800.03
HSL186.91º91.16%64.51%-
HSV(B)186.91º66.8%96.86%-
XYZ48.016497.82-
YUV186.51162.1353.46-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal822282470.670.0800.03186.9191.1664.51
Hex52E4F743803bb5b41
Octal1223443671031003273133101
Binary10100101110010011110111100001110000111011101110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E4F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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