Html Css Color HEX #53D6DC Medium Turquoise

📋 copy color: '#53D6DC'

red 83 ◦ green 214 ◦ blue 220

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

Shades of Medium Turquoise #53D6DC

Tints of Medium Turquoise #53D6DC

RGB

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

 GREEN value IS 214 (83.98% from 255) = 41.39%

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

R = 16.05%
G = 41.39%
B = 42.55%

CMYK

 C value IS 0.62

 M value IS 0.03

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#53D6DC (or 0x53D6DC) is known color: Medium Turquoise. HEX triplet: 53, D6 and DC. RGB value is (83,214,220). Sum of RGB (Red+Green+Blue) = 83+214+220=517 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.05% from 517); Green value is 214 (83.98% from 255 or 41.39% from 517); Blue value is 220 (86.33% from 255 or 42.55% from 517); Max value from RGB is 220 - color contains mainly: blue. Hex color #53D6DC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D6DC is #AC2923. Grayscale: #AFAFAF. Windows color (decimal): -11282724 or 14472787. OLE color: 14472787.

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

Color convert

RGB 83 214 220 -
CMYK 0.62 0.03 0 0.14
HSL 182.63º 0.66% 0.59% -
HSV(B) 182.63º 0.62% 0.86% -
XYZ 40.53 55.1 76.21 -
YUV 175.52 153.1 62.01 -
System Red Green Blue C M Y K H S L
Decimal 83 214 220 0.62 0.03 0 0.14 182.63 0.66 0.59
Hex 53 D6 DC 3E 3 0 E B7 42 3B
Octal 123 326 334 76 3 0 16 267 102 73
Binary 1010011 11010110 11011100 111110 11 0 1110 10110111 1000010 111011

Color Harmonies of #53D6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D6DC

Black with #53D6DC

Text Example


Text Example

White with #53D6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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