#53E1D3

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

Shades of Turquoise #53E1D3

Tints of Turquoise #53E1D3

Color information

#53E1D3 (or 0x53E1D3) is unknown color: approx Turquoise. HEX triplet: 53, E1 and D3. RGB value is (83,225,211). Sum of RGB (Red+Green+Blue) = 83+225+211=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 225 (88.28% from 255 or 43.35% from 519); Blue value is 211 (82.81% from 255 or 40.66% from 519); Max value from RGB is 225 - color contains mainly: green. Hex color #53E1D3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53E1D3 is #AC1E2C. Grayscale: #B4B4B4. Windows color (decimal): -11279917 or 13885779. OLE color: 13885779.

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

Color convert

RGB83225211-
CMYK0.6300.060.12
HSL174.08º70.3%60.39%-
HSV(B)174.08º63.11%88.24%-
XYZ42.2560.3971.06-
YUV180.95144.9658.14-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.99%
GREEN value IS 225 (88.28% from 255) = 43.35%
BLUE value IS 211 (82.81% from 255) = 40.66%
R=15.99%
G=43.35%
B=40.66%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal832252110.6300.060.12174.0870.360.39
Hex53E1D33F06Cae463c
Octal12334132377061425610674
Binary1010011111000011101001111111101101100101011101000110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53E1D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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