#52F0EF

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

Shades of Turquoise Blue #52F0EF

Tints of Turquoise Blue #52F0EF

Color information

#52F0EF (or 0x52F0EF) is unknown color: approx Turquoise Blue. HEX triplet: 52, F0 and EF. RGB value is (82,240,239). Sum of RGB (Red+Green+Blue) = 82+240+239=561 (74% of max value = 765). Red value is 82 (32.42% from 255 or 14.62% from 561); Green value is 240 (94.14% from 255 or 42.78% from 561); Blue value is 239 (93.75% from 255 or 42.60% from 561); Max value from RGB is 240 - color contains mainly: green. Hex color #52F0EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52F0EF is #AD0F10. Grayscale: #C0C0C0. Windows color (decimal): -11341585 or 15724626. OLE color: 15724626.

HSL color Cylindrical-coordinate representation of color #52F0EF: hue angle of 179.62º degrees, saturation: 0.84, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #52F0EF is Cyan = 0.66, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.

Color convert

RGB82240239-
CMYK0.6600.000.06
HSL179.62º84.04%63.14%-
HSV(B)179.62º65.83%94.12%-
XYZ50.2270.3592.59-
YUV192.64154.1549.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.62%
GREEN value IS 240 (94.14% from 255) = 42.78%
BLUE value IS 239 (93.75% from 255) = 42.60%
R=14.62%
G=42.78%
B=42.60%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal822402390.6600.000.06179.6284.0463.14
Hex52F0EF42006b4543f
Octal12236035710200626412477
Binary10100101111000011101111100001000110101101001010100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52F0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,240,239); }

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

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

 a { background-color: rgb(82,240,239); }

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

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

 span { border-color: rgb(82,240,239); }

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