#53E5BB

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

Shades of Turquoise #53E5BB

Tints of Turquoise #53E5BB

Color information

#53E5BB (or 0x53E5BB) is unknown color: approx Turquoise. HEX triplet: 53, E5 and BB. RGB value is (83,229,187). Sum of RGB (Red+Green+Blue) = 83+229+187=499 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.63% from 499); Green value is 229 (89.84% from 255 or 45.89% from 499); Blue value is 187 (73.44% from 255 or 37.47% from 499); Max value from RGB is 229 - color contains mainly: green. Hex color #53E5BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E5BB is #AC1A44. Grayscale: #B4B4B4. Windows color (decimal): -11278917 or 12313939. OLE color: 12313939.

HSL color Cylindrical-coordinate representation of color #53E5BB: hue angle of 162.74º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #53E5BB is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.10.

Color convert

RGB83229187-
CMYK0.6400.180.10
HSL162.74º73.74%61.18%-
HSV(B)162.74º63.76%89.8%-
XYZ40.5661.4756.74-
YUV180.56131.6358.42-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.63%
GREEN value IS 229 (89.84% from 255) = 45.89%
BLUE value IS 187 (73.44% from 255) = 37.47%
R=16.63%
G=45.89%
B=37.47%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal832291870.6400.180.10162.7473.7461.18
Hex53E5BB40012Aa34a3d
Octal1233452731000221224311275
Binary1010011111001011011101110000000100101010101000111001010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E5BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,229,187); }

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

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

 a { background-color: rgb(83,229,187); }

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

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

 span { border-color: rgb(83,229,187); }

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