#52E1EC

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

Shades of Turquoise Blue #52E1EC

Tints of Turquoise Blue #52E1EC

Color information

#52E1EC (or 0x52E1EC) is unknown color: approx Turquoise Blue. HEX triplet: 52, E1 and EC. RGB value is (82,225,236). Sum of RGB (Red+Green+Blue) = 82+225+236=543 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.10% from 543); Green value is 225 (88.28% from 255 or 41.44% from 543); Blue value is 236 (92.58% from 255 or 43.46% from 543); Max value from RGB is 236 - color contains mainly: blue. Hex color #52E1EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52E1EC is #AD1E13. Grayscale: #B7B7B7. Windows color (decimal): -11345428 or 15524178. OLE color: 15524178.

HSL color Cylindrical-coordinate representation of color #52E1EC: hue angle of 184.29º degrees, saturation: 0.8, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E1EC is Cyan = 0.65, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB82225236-
CMYK0.650.0500.07
HSL184.29º80.21%62.35%-
HSV(B)184.29º65.25%92.55%-
XYZ45.5561.788.87-
YUV183.5157.6255.61-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.10%
GREEN value IS 225 (88.28% from 255) = 41.44%
BLUE value IS 236 (92.58% from 255) = 43.46%
R=15.10%
G=41.44%
B=43.46%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal822252360.650.0500.07184.2980.2162.35
Hex52E1EC41507b8503e
Octal12234135410150727012076
Binary1010010111000011110110010000011010111101110001010000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E1EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,225,236); }

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

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

 a { background-color: rgb(82,225,236); }

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

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

 span { border-color: rgb(82,225,236); }

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