#53E9BE

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

Shades of Turquoise #53E9BE

Tints of Turquoise #53E9BE

Color information

#53E9BE (or 0x53E9BE) is unknown color: approx Turquoise. HEX triplet: 53, E9 and BE. RGB value is (83,233,190). Sum of RGB (Red+Green+Blue) = 83+233+190=506 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.40% from 506); Green value is 233 (91.41% from 255 or 46.05% from 506); Blue value is 190 (74.61% from 255 or 37.55% from 506); Max value from RGB is 233 - color contains mainly: green. Hex color #53E9BE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #53E9BE is #AC1641. Grayscale: #B7B7B7. Windows color (decimal): -11277890 or 12511571. OLE color: 12511571.

HSL color Cylindrical-coordinate representation of color #53E9BE: hue angle of 162.8º 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 #53E9BE is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB83233190-
CMYK0.6400.180.09
HSL162.8º77.32%61.96%-
HSV(B)162.8º64.38%91.37%-
XYZ4263.8358.82-
YUV183.25131.856.5-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.40%
GREEN value IS 233 (91.41% from 255) = 46.05%
BLUE value IS 190 (74.61% from 255) = 37.55%
R=16.40%
G=46.05%
B=37.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal832331900.6400.180.09162.877.3261.96
Hex53E9BE400129a34d3e
Octal1233512761000221124311576
Binary1010011111010011011111010000000100101001101000111001101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E9BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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