#53E1BB

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

Shades of Turquoise #53E1BB

Tints of Turquoise #53E1BB

Color information

#53E1BB (or 0x53E1BB) is unknown color: approx Turquoise. HEX triplet: 53, E1 and BB. RGB value is (83,225,187). Sum of RGB (Red+Green+Blue) = 83+225+187=495 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.77% from 495); Green value is 225 (88.28% from 255 or 45.45% from 495); Blue value is 187 (73.44% from 255 or 37.78% from 495); Max value from RGB is 225 - color contains mainly: green. Hex color #53E1BB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E1BB is #AC1E44. Grayscale: #B2B2B2. Windows color (decimal): -11279941 or 12312915. OLE color: 12312915.

HSL color Cylindrical-coordinate representation of color #53E1BB: hue angle of 163.94º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53E1BB is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB83225187-
CMYK0.6300.170.12
HSL163.94º70.3%60.39%-
HSV(B)163.94º63.11%88.24%-
XYZ39.4659.2856.38-
YUV178.21132.9660.09-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.77%
GREEN value IS 225 (88.28% from 255) = 45.45%
BLUE value IS 187 (73.44% from 255) = 37.78%
R=16.77%
G=45.45%
B=37.78%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal832251870.6300.170.12163.9470.360.39
Hex53E1BB3F011Ca4463c
Octal123341273770211424410674
Binary101001111100001101110111111110100011100101001001000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E1BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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