#53e9c5

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

Shades of Turquoise #53E9C5

Tints of Turquoise #53E9C5

Color information

#53E9C5 (or 0x53E9C5) is unknown color: approx Turquoise. HEX triplet: 53, E9 and C5. RGB value is (83,233,197). Sum of RGB (Red+Green+Blue) = 83+233+197=513 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.18% from 513); Green value is 233 (91.41% from 255 or 45.42% from 513); Blue value is 197 (77.34% from 255 or 38.40% from 513); Max value from RGB is 233 - color contains mainly: green. Hex color #53E9C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E9C5 is #AC163A. Grayscale: #B8B8B8. Windows color (decimal): -11277883 or 12970323. OLE color: 12970323.

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

Color convert

RGB83233197-
CMYK0.6400.150.09
HSL165.6º77.32%61.96%-
HSV(B)165.6º64.38%91.37%-
XYZ42.7864.1562.95-
YUV184.05135.355.93-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.18%
GREEN value IS 233 (91.41% from 255) = 45.42%
BLUE value IS 197 (77.34% from 255) = 38.40%
R=16.18%
G=45.42%
B=38.40%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal832331970.6400.150.09165.677.3261.96
Hex53E9C5400F9a64d3e
Octal1233513051000171124611576
Binary101001111101001110001011000000011111001101001101001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53e9c5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #53e9c5; }

 p { color: rgb(83,233,197); }

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

<style>
 a { background-color: #53e9c5; }

 a { background-color: rgb(83,233,197); }

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

<style>
 span { border-color: #53e9c5; }

 span { border-color: rgb(83,233,197); }

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