#53E1D5

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

Shades of Turquoise #53E1D5

Tints of Turquoise #53E1D5

Color information

#53E1D5 (or 0x53E1D5) is unknown color: approx Turquoise. HEX triplet: 53, E1 and D5. RGB value is (83,225,213). Sum of RGB (Red+Green+Blue) = 83+225+213=521 (69% of max value = 765). Red value is 83 (32.81% from 255 or 15.93% from 521); Green value is 225 (88.28% from 255 or 43.19% from 521); Blue value is 213 (83.59% from 255 or 40.88% from 521); Max value from RGB is 225 - color contains mainly: green. Hex color #53E1D5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E1D5 is #AC1E2A. Grayscale: #B5B5B5. Windows color (decimal): -11279915 or 14016851. OLE color: 14016851.

HSL color Cylindrical-coordinate representation of color #53E1D5: hue angle of 174.93º 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 #53E1D5 is Cyan = 0.63, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB83225213-
CMYK0.6300.050.12
HSL174.93º70.3%60.39%-
HSV(B)174.93º63.11%88.24%-
XYZ42.560.4972.39-
YUV181.17145.9657.98-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.93%
GREEN value IS 225 (88.28% from 255) = 43.19%
BLUE value IS 213 (83.59% from 255) = 40.88%
R=15.93%
G=43.19%
B=40.88%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal832252130.6300.050.12174.9370.360.39
Hex53E1D53F05Caf463c
Octal12334132577051425710674
Binary1010011111000011101010111111101011100101011111000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E1D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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