Html Css Color HEX #53D3DC Medium Turquoise

📋 copy color: '#53D3DC'

red 83 ◦ green 211 ◦ blue 220

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

Shades of Medium Turquoise #53D3DC

Tints of Medium Turquoise #53D3DC

RGB

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

 GREEN value IS 211 (82.81% from 255) = 41.05%

 BLUE value IS 220 (86.33% from 255) = 42.8%

R = 16.15%
G = 41.05%
B = 42.8%

CMYK

 C value IS 0.62

 M value IS 0.04

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#53D3DC (or 0x53D3DC) is known color: Medium Turquoise. HEX triplet: 53, D3 and DC. RGB value is (83,211,220). Sum of RGB (Red+Green+Blue) = 83+211+220=514 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.15% from 514); Green value is 211 (82.81% from 255 or 41.05% from 514); Blue value is 220 (86.33% from 255 or 42.80% from 514); Max value from RGB is 220 - color contains mainly: blue. Hex color #53D3DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D3DC is #AC2C23. Grayscale: #ADADAD. Windows color (decimal): -11283492 or 14472019. OLE color: 14472019.

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

Color convert

RGB 83 211 220 -
CMYK 0.62 0.04 0 0.14
HSL 183.94º 0.66% 0.59% -
HSV(B) 183.94º 0.62% 0.86% -
XYZ 39.78 53.59 75.96 -
YUV 173.75 154.09 63.27 -
System Red Green Blue C M Y K H S L
Decimal 83 211 220 0.62 0.04 0 0.14 183.94 0.66 0.59
Hex 53 D3 DC 3E 4 0 E B8 42 3B
Octal 123 323 334 76 4 0 16 270 102 73
Binary 1010011 11010011 11011100 111110 100 0 1110 10111000 1000010 111011

Color Harmonies of #53D3DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D3DC

Black with #53D3DC

Text Example


Text Example

White with #53D3DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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