#53D8D7

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

Shades of Medium Turquoise #53D8D7

Tints of Medium Turquoise #53D8D7

Color information

#53D8D7 (or 0x53D8D7) is unknown color: approx Medium Turquoise. HEX triplet: 53, D8 and D7. RGB value is (83,216,215). Sum of RGB (Red+Green+Blue) = 83+216+215=514 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.15% from 514); Green value is 216 (84.77% from 255 or 42.02% from 514); Blue value is 215 (84.38% from 255 or 41.83% from 514); Max value from RGB is 216 - color contains mainly: green. Hex color #53D8D7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D8D7 is #AC2728. Grayscale: #AFAFAF. Windows color (decimal): -11282217 or 14145619. OLE color: 14145619.

HSL color Cylindrical-coordinate representation of color #53D8D7: hue angle of 179.55º degrees, saturation: 0.63, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D8D7 is Cyan = 0.62, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB83216215-
CMYK0.6200.000.15
HSL179.55º63.03%58.63%-
HSV(B)179.55º61.57%84.71%-
XYZ40.3955.8672.94-
YUV176.12149.9461.58-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.15%
GREEN value IS 216 (84.77% from 255) = 42.02%
BLUE value IS 215 (84.38% from 255) = 41.83%
R=16.15%
G=42.02%
B=41.83%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal832162150.6200.000.15179.5563.0358.63
Hex53D8D73E00Fb43f3b
Octal1233303277600172647773
Binary1010011110110001101011111111000111110110100111111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D8D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(83,216,215); }

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

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

 a { background-color: rgb(83,216,215); }

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

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

 span { border-color: rgb(83,216,215); }

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