#53DBD5

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

Shades of Medium Turquoise #53DBD5

Tints of Medium Turquoise #53DBD5

Color information

#53DBD5 (or 0x53DBD5) is unknown color: approx Medium Turquoise. HEX triplet: 53, DB and D5. RGB value is (83,219,213). Sum of RGB (Red+Green+Blue) = 83+219+213=515 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.12% from 515); Green value is 219 (85.94% from 255 or 42.52% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 219 - color contains mainly: green. Hex color #53DBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DBD5 is #AC242A. Grayscale: #B1B1B1. Windows color (decimal): -11281451 or 14015315. OLE color: 14015315.

HSL color Cylindrical-coordinate representation of color #53DBD5: hue angle of 177.35º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53DBD5 is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB83219213-
CMYK0.6200.030.14
HSL177.35º65.38%59.22%-
HSV(B)177.35º62.1%85.88%-
XYZ40.9157.3171.86-
YUV177.65147.9460.49-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.12%
GREEN value IS 219 (85.94% from 255) = 42.52%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=16.12%
G=42.52%
B=41.36%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal832192130.6200.030.14177.3565.3859.22
Hex53DBD53E03Eb1413b
Octal12333332576031626110173
Binary101001111011011110101011111100111110101100011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53DBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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