#53D8DC

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

Shades of Medium Turquoise #53D8DC

Tints of Medium Turquoise #53D8DC

Color information

#53D8DC (or 0x53D8DC) is unknown color: approx Medium Turquoise. HEX triplet: 53, D8 and DC. RGB value is (83,216,220). Sum of RGB (Red+Green+Blue) = 83+216+220=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 216 (84.77% from 255 or 41.62% from 519); Blue value is 220 (86.33% from 255 or 42.39% from 519); Max value from RGB is 220 - color contains mainly: blue. Hex color #53D8DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D8DC is #AC2723. Grayscale: #B0B0B0. Windows color (decimal): -11282212 or 14473299. OLE color: 14473299.

HSL color Cylindrical-coordinate representation of color #53D8DC: hue angle of 181.75º degrees, saturation: 0.66, 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 #53D8DC is Cyan = 0.62, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB83216220-
CMYK0.620.0200.14
HSL181.75º66.18%59.41%-
HSV(B)181.75º62.27%86.27%-
XYZ41.0456.1276.38-
YUV176.69152.4461.17-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 15.99%
GREEN value IS 216 (84.77% from 255) = 41.62%
BLUE value IS 220 (86.33% from 255) = 42.39%
R=15.99%
G=41.62%
B=42.39%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal832162200.620.0200.14181.7566.1859.41
Hex53D8DC3E20Eb6423b
Octal12333033476201626610273
Binary101001111011000110111001111101001110101101101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53D8DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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