#52E2FB

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

Shades of Turquoise Blue #52E2FB

Tints of Turquoise Blue #52E2FB

Color information

#52E2FB (or 0x52E2FB) is unknown color: approx Turquoise Blue. HEX triplet: 52, E2 and FB. RGB value is (82,226,251). Sum of RGB (Red+Green+Blue) = 82+226+251=559 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.67% from 559); Green value is 226 (88.67% from 255 or 40.43% from 559); Blue value is 251 (98.44% from 255 or 44.90% from 559); Max value from RGB is 251 - color contains mainly: blue. Hex color #52E2FB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52E2FB is #AD1D04. Grayscale: #B9B9B9. Windows color (decimal): -11345157 or 16507474. OLE color: 16507474.

HSL color Cylindrical-coordinate representation of color #52E2FB: hue angle of 188.88º degrees, saturation: 0.95, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52E2FB is Cyan = 0.67, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB82226251-
CMYK0.670.1000.02
HSL188.88º95.48%65.29%-
HSV(B)188.88º67.33%98.43%-
XYZ48.0963.15100.92-
YUV185.79164.7953.97-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.67%
GREEN value IS 226 (88.67% from 255) = 40.43%
BLUE value IS 251 (98.44% from 255) = 44.90%
R=14.67%
G=40.43%
B=44.90%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal822262510.670.1000.02188.8895.4865.29
Hex52E2FB43A02bd5f41
Octal1223423731031202275137101
Binary10100101110001011111011100001110100101011110110111111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E2FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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