#52E9F7

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

Shades of Turquoise Blue #52E9F7

Tints of Turquoise Blue #52E9F7

Color information

#52E9F7 (or 0x52E9F7) is unknown color: approx Turquoise Blue. HEX triplet: 52, E9 and F7. RGB value is (82,233,247). Sum of RGB (Red+Green+Blue) = 82+233+247=562 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.59% from 562); Green value is 233 (91.41% from 255 or 41.46% from 562); Blue value is 247 (96.88% from 255 or 43.95% from 562); Max value from RGB is 247 - color contains mainly: blue. Hex color #52E9F7 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52E9F7 is #AD1608. Grayscale: #BDBDBD. Windows color (decimal): -11343369 or 16247122. OLE color: 16247122.

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

Color convert

RGB82233247-
CMYK0.670.0600.03
HSL185.09º91.16%64.51%-
HSV(B)185.09º66.8%96.86%-
XYZ49.4166.7998.28-
YUV189.45160.4751.36-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.59%
GREEN value IS 233 (91.41% from 255) = 41.46%
BLUE value IS 247 (96.88% from 255) = 43.95%
R=14.59%
G=41.46%
B=43.95%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal822332470.670.0600.03185.0991.1664.51
Hex52E9F743603b95b41
Octal122351367103603271133101
Binary1010010111010011111011110000111100111011100110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E9F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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