#52EAB8

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

Shades of Turquoise #52EAB8

Tints of Turquoise #52EAB8

Color information

#52EAB8 (or 0x52EAB8) is unknown color: approx Turquoise. HEX triplet: 52, EA and B8. RGB value is (82,234,184). Sum of RGB (Red+Green+Blue) = 82+234+184=500 (66% of max value = 765). Red value is 82 (32.42% from 255 or 16.4% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 184 (72.27% from 255 or 36.8% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #52EAB8 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #52EAB8 is #AD1547. Grayscale: #B6B6B6. Windows color (decimal): -11343176 or 12118610. OLE color: 12118610.

HSL color Cylindrical-coordinate representation of color #52EAB8: hue angle of 160.26º degrees, saturation: 0.78, 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 #52EAB8 is Cyan = 0.65, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.08.

Color convert

RGB82234184-
CMYK0.6500.210.08
HSL160.26º78.35%61.96%-
HSV(B)160.26º64.96%91.76%-
XYZ41.5564.155.53-
YUV182.85128.6456.07-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 16.4%
GREEN value IS 234 (91.80% from 255) = 46.8%
BLUE value IS 184 (72.27% from 255) = 36.8%
R=16.4%
G=46.8%
B=36.8%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal822341840.6500.210.08160.2678.3561.96
Hex52EAB8410158a04e3e
Octal1223522701010251024011676
Binary1010010111010101011100010000010101011000101000001001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52EAB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,234,184); }

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

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

 a { background-color: rgb(82,234,184); }

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

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

 span { border-color: rgb(82,234,184); }

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