Html Css Color HEX #53DCD8 Medium Turquoise

📋 copy color: '#53DCD8'

red 83 ◦ green 220 ◦ blue 216

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

Shades of Medium Turquoise #53DCD8

Tints of Medium Turquoise #53DCD8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 42.39%

 BLUE value IS 216 (84.77% from 255) = 41.62%

R = 15.99%
G = 42.39%
B = 41.62%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#53DCD8 (or 0x53DCD8) is known color: Medium Turquoise. HEX triplet: 53, DC and D8. RGB value is (83,220,216). Sum of RGB (Red+Green+Blue) = 83+220+216=519 (68% of max value = 765). Red value is 83 (32.81% from 255 or 15.99% from 519); Green value is 220 (86.33% from 255 or 42.39% from 519); Blue value is 216 (84.77% from 255 or 41.62% from 519); Max value from RGB is 220 - color contains mainly: green. Hex color #53DCD8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCD8 is #AC2327. Grayscale: #B2B2B2. Windows color (decimal): -11281192 or 14212179. OLE color: 14212179.

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

Color convert

RGB 83 220 216 -
CMYK 0.62 0 0.02 0.14
HSL 178.25º 0.66% 0.59% -
HSV(B) 178.25º 0.62% 0.86% -
XYZ 41.56 57.98 73.97 -
YUV 178.58 149.11 59.83 -
System Red Green Blue C M Y K H S L
Decimal 83 220 216 0.62 0 0.02 0.14 178.25 0.66 0.59
Hex 53 DC D8 3E 0 2 E B2 42 3B
Octal 123 334 330 76 0 2 16 262 102 73
Binary 1010011 11011100 11011000 111110 0 10 1110 10110010 1000010 111011

Color Harmonies of #53DCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DCD8

Black with #53DCD8

Text Example


Text Example

White with #53DCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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