#52E9EF

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

Shades of Turquoise Blue #52E9EF

Tints of Turquoise Blue #52E9EF

Color information

#52E9EF (or 0x52E9EF) is unknown color: approx Turquoise Blue. HEX triplet: 52, E9 and EF. RGB value is (82,233,239). Sum of RGB (Red+Green+Blue) = 82+233+239=554 (73% of max value = 765). Red value is 82 (32.42% from 255 or 14.80% from 554); Green value is 233 (91.41% from 255 or 42.06% from 554); Blue value is 239 (93.75% from 255 or 43.14% from 554); Max value from RGB is 239 - color contains mainly: blue. Hex color #52E9EF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #52E9EF is #AD1610. Grayscale: #BCBCBC. Windows color (decimal): -11343377 or 15722834. OLE color: 15722834.

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

Color convert

RGB82233239-
CMYK0.660.0300.06
HSL182.29º83.07%62.94%-
HSV(B)182.29º65.69%93.73%-
XYZ48.266.391.92-
YUV188.54156.4752.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 14.80%
GREEN value IS 233 (91.41% from 255) = 42.06%
BLUE value IS 239 (93.75% from 255) = 43.14%
R=14.80%
G=42.06%
B=43.14%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal822332390.660.0300.06182.2983.0762.94
Hex52E9EF42306b6533f
Octal12235135710230626612377
Binary101001011101001111011111000010110110101101101010011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E9EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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