#52EDEF

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

Shades of Turquoise Blue #52EDEF

Tints of Turquoise Blue #52EDEF

Color information

#52EDEF (or 0x52EDEF) is unknown color: approx Turquoise Blue. HEX triplet: 52, ED and EF. RGB value is (82,237,239). Sum of RGB (Red+Green+Blue) = 82+237+239=558 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.70% from 558); Green value is 237 (92.97% from 255 or 42.47% from 558); Blue value is 239 (93.75% from 255 or 42.83% from 558); Max value from RGB is 239 - color contains mainly: blue. Hex color #52EDEF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52EDEF is #AD1210. Grayscale: #BEBEBE. Windows color (decimal): -11342353 or 15723858. OLE color: 15723858.

HSL color Cylindrical-coordinate representation of color #52EDEF: hue angle of 180.76º degrees, saturation: 0.83, 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 #52EDEF is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB82237239-
CMYK0.660.0100.06
HSL180.76º83.07%62.94%-
HSV(B)180.76º65.69%93.73%-
XYZ49.3468.5992.3-
YUV190.88155.1550.34-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.70%
GREEN value IS 237 (92.97% from 255) = 42.47%
BLUE value IS 239 (93.75% from 255) = 42.83%
R=14.70%
G=42.47%
B=42.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal822372390.660.0100.06180.7683.0762.94
Hex52EDEF42106b5533f
Octal12235535710210626512377
Binary10100101110110111101111100001010110101101011010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EDEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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