#52E0FC

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

Shades of Turquoise Blue #52E0FC

Tints of Turquoise Blue #52E0FC

Color information

#52E0FC (or 0x52E0FC) is unknown color: approx Turquoise Blue. HEX triplet: 52, E0 and FC. RGB value is (82,224,252). Sum of RGB (Red+Green+Blue) = 82+224+252=558 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.70% from 558); Green value is 224 (87.89% from 255 or 40.14% from 558); Blue value is 252 (98.83% from 255 or 45.16% from 558); Max value from RGB is 252 - color contains mainly: blue. Hex color #52E0FC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52E0FC is #AD1F03. Grayscale: #B8B8B8. Windows color (decimal): -11345668 or 16572498. OLE color: 16572498.

HSL color Cylindrical-coordinate representation of color #52E0FC: hue angle of 189.88º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52E0FC is Cyan = 0.67, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB82224252-
CMYK0.670.1100.01
HSL189.88º96.59%65.49%-
HSV(B)189.88º67.46%98.82%-
XYZ47.7162.13101.57-
YUV184.73165.9654.72-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.70%
GREEN value IS 224 (87.89% from 255) = 40.14%
BLUE value IS 252 (98.83% from 255) = 45.16%
R=14.70%
G=40.14%
B=45.16%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal822242520.670.1100.01189.8896.5965.49
Hex52E0FC43B01be6141
Octal1223403741031301276141101
Binary1010010111000001111110010000111011011011111011000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E0FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,224,252); }

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

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

 a { background-color: rgb(82,224,252); }

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

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

 span { border-color: rgb(82,224,252); }

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