#52E8E0

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

Shades of Turquoise #52E8E0

Tints of Turquoise #52E8E0

Color information

#52E8E0 (or 0x52E8E0) is unknown color: approx Turquoise. HEX triplet: 52, E8 and E0. RGB value is (82,232,224). Sum of RGB (Red+Green+Blue) = 82+232+224=538 (71% of max value = 765). Red value is 82 (32.42% from 255 or 15.24% from 538); Green value is 232 (91.02% from 255 or 43.12% from 538); Blue value is 224 (87.89% from 255 or 41.64% from 538); Max value from RGB is 232 - color contains mainly: green. Hex color #52E8E0 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E8E0 is #AD171F. Grayscale: #BABABA. Windows color (decimal): -11343648 or 14739538. OLE color: 14739538.

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

Color convert

RGB82232224-
CMYK0.6500.030.09
HSL176.8º76.53%61.57%-
HSV(B)176.8º64.66%90.98%-
XYZ45.7964.8980.63-
YUV186.24149.353.65-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 15.24%
GREEN value IS 232 (91.02% from 255) = 43.12%
BLUE value IS 224 (87.89% from 255) = 41.64%
R=15.24%
G=43.12%
B=41.64%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal822322240.6500.030.09176.876.5361.57
Hex52E8E041039b14d3e
Octal122350340101031126111576
Binary1010010111010001110000010000010111001101100011001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,232,224); }

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

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

 a { background-color: rgb(82,232,224); }

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

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

 span { border-color: rgb(82,232,224); }

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