Html Css Color HEX #53DCC8 Medium Turquoise

📋 copy color: '#53DCC8'

red 83 ◦ green 220 ◦ blue 200

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

Shades of Medium Turquoise #53DCC8

Tints of Medium Turquoise #53DCC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 39.76%

R = 16.5%
G = 43.74%
B = 39.76%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.09

 K value IS 0.14

RGB Variations

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

Color information

#53DCC8 (or 0x53DCC8) is known color: Medium Turquoise. HEX triplet: 53, DC and C8. RGB value is (83,220,200). Sum of RGB (Red+Green+Blue) = 83+220+200=503 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.50% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 200 (78.52% from 255 or 39.76% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #53DCC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DCC8 is #AC2337. Grayscale: #B0B0B0. Windows color (decimal): -11281208 or 13163603. OLE color: 13163603.

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

Color convert

RGB 83 220 200 -
CMYK 0.62 0 0.09 0.14
HSL 171.24º 0.66% 0.59% -
HSV(B) 171.24º 0.62% 0.86% -
XYZ 39.59 57.2 63.6 -
YUV 176.76 141.11 61.13 -
System Red Green Blue C M Y K H S L
Decimal 83 220 200 0.62 0 0.09 0.14 171.24 0.66 0.59
Hex 53 DC C8 3E 0 9 E AB 42 3B
Octal 123 334 310 76 0 11 16 253 102 73
Binary 1010011 11011100 11001000 111110 0 1001 1110 10101011 1000010 111011

Color Harmonies of #53DCC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DCC8

Black with #53DCC8

Text Example


Text Example

White with #53DCC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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