#52E8C5

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

Shades of Turquoise #52E8C5

Tints of Turquoise #52E8C5

Color information

#52E8C5 (or 0x52E8C5) is unknown color: approx Turquoise. HEX triplet: 52, E8 and C5. RGB value is (82,232,197). Sum of RGB (Red+Green+Blue) = 82+232+197=511 (67% of max value = 765). Red value is 82 (32.42% from 255 or 16.05% from 511); Green value is 232 (91.02% from 255 or 45.40% from 511); Blue value is 197 (77.34% from 255 or 38.55% from 511); Max value from RGB is 232 - color contains mainly: green. Hex color #52E8C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52E8C5 is #AD173A. Grayscale: #B7B7B7. Windows color (decimal): -11343675 or 12970066. OLE color: 12970066.

HSL color Cylindrical-coordinate representation of color #52E8C5: hue angle of 166º 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 #52E8C5 is Cyan = 0.65, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.09.

Color convert

RGB82232197-
CMYK0.6500.150.09
HSL166º76.53%61.57%-
HSV(B)166º64.66%90.98%-
XYZ42.4163.5462.85-
YUV183.16135.855.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.05%
GREEN value IS 232 (91.02% from 255) = 45.40%
BLUE value IS 197 (77.34% from 255) = 38.55%
R=16.05%
G=45.40%
B=38.55%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal822321970.6500.150.0916676.5361.57
Hex52E8C5410F9a64d3e
Octal1223503051010171124611576
Binary101001011101000110001011000001011111001101001101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52E8C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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