#52E4EB

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

Shades of Turquoise Blue #52E4EB

Tints of Turquoise Blue #52E4EB

Color information

#52E4EB (or 0x52E4EB) is unknown color: approx Turquoise Blue. HEX triplet: 52, E4 and EB. RGB value is (82,228,235). Sum of RGB (Red+Green+Blue) = 82+228+235=545 (72% of max value = 765). Red value is 82 (32.42% from 255 or 15.05% from 545); Green value is 228 (89.45% from 255 or 41.83% from 545); Blue value is 235 (92.19% from 255 or 43.12% from 545); Max value from RGB is 235 - color contains mainly: blue. Hex color #52E4EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #52E4EB is #AD1B14. Grayscale: #B8B8B8. Windows color (decimal): -11344661 or 15459410. OLE color: 15459410.

HSL color Cylindrical-coordinate representation of color #52E4EB: hue angle of 182.75º degrees, saturation: 0.79, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #52E4EB is Cyan = 0.65, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB82228235-
CMYK0.650.0300.08
HSL182.75º79.27%62.16%-
HSV(B)182.75º65.11%92.16%-
XYZ46.2263.2888.38-
YUV185.14156.1354.43-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.05%
GREEN value IS 228 (89.45% from 255) = 41.83%
BLUE value IS 235 (92.19% from 255) = 43.12%
R=15.05%
G=41.83%
B=43.12%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal822282350.650.0300.08182.7579.2762.16
Hex52E4EB41308b74f3e
Octal122344353101301026711776
Binary1010010111001001110101110000011101000101101111001111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,228,235); }

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

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

 a { background-color: rgb(82,228,235); }

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

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

 span { border-color: rgb(82,228,235); }

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