Html Css Color HEX #53D9DB Medium Turquoise

📋 copy color: '#53D9DB'

red 83 ◦ green 217 ◦ blue 219

#53D9DB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Medium Turquoise #53D9DB

Tints of Medium Turquoise #53D9DB

RGB

 RED value IS 83 (32.81% from 255) = 15.99%

 GREEN value IS 217 (85.16% from 255) = 41.81%

 BLUE value IS 219 (85.94% from 255) = 42.2%

R = 15.99%
G = 41.81%
B = 42.2%

CMYK

 C value IS 0.62

 M value IS 0.01

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#53D9DB (or 0x53D9DB) is known color: Medium Turquoise. HEX triplet: 53, D9 and DB. RGB value is (83,217,219). Sum of RGB (Red+Green+Blue) = 83+217+219=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 217 (85.16% from 255 or 41.81% from 519); Blue value is 219 (85.94% from 255 or 42.20% from 519); Max value from RGB is 219 - color contains mainly: blue. Hex color #53D9DB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D9DB is #AC2624. Grayscale: #B1B1B1. Windows color (decimal): -11281957 or 14408019. OLE color: 14408019.

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

Color convert

RGB 83 217 219 -
CMYK 0.62 0.01 0 0.14
HSL 180.88º 0.65% 0.59% -
HSV(B) 180.88º 0.62% 0.86% -
XYZ 41.17 56.58 75.77 -
YUV 177.16 151.61 60.84 -
System Red Green Blue C M Y K H S L
Decimal 83 217 219 0.62 0.01 0 0.14 180.88 0.65 0.59
Hex 53 D9 DB 3E 1 0 E B5 41 3B
Octal 123 331 333 76 1 0 16 265 101 73
Binary 1010011 11011001 11011011 111110 1 0 1110 10110101 1000001 111011

Color Harmonies of #53D9DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D9DB

Black with #53D9DB

Text Example


Text Example

White with #53D9DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #53D9DB;
 }
 .AnyTagClassName
 {
   color: #53D9DB;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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