#53C9DB

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

Shades of Medium Turquoise #53C9DB

Tints of Medium Turquoise #53C9DB

Color information

#53C9DB (or 0x53C9DB) is unknown color: approx Medium Turquoise. HEX triplet: 53, C9 and DB. RGB value is (83,201,219). Sum of RGB (Red+Green+Blue) = 83+201+219=503 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.50% from 503); Green value is 201 (78.91% from 255 or 39.96% from 503); Blue value is 219 (85.94% from 255 or 43.54% from 503); Max value from RGB is 219 - color contains mainly: blue. Hex color #53C9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53C9DB is #AC3624. Grayscale: #A7A7A7. Windows color (decimal): -11286053 or 14403923. OLE color: 14403923.

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

Color convert

RGB83201219-
CMYK0.620.0800.14
HSL187.94º65.38%59.22%-
HSV(B)187.94º62.1%85.88%-
XYZ37.2448.7374.46-
YUV167.77156.9167.54-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 16.50%
GREEN value IS 201 (78.91% from 255) = 39.96%
BLUE value IS 219 (85.94% from 255) = 43.54%
R=16.50%
G=39.96%
B=43.54%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal832012190.620.0800.14187.9465.3859.22
Hex53C9DB3E80Ebc413b
Octal123311333761001627410173
Binary10100111100100111011011111110100001110101111001000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #53C9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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