Html Css Color HEX #53DBC5 Medium Turquoise

📋 copy color: '#53DBC5'

red 83 ◦ green 219 ◦ blue 197

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

Shades of Medium Turquoise #53DBC5

Tints of Medium Turquoise #53DBC5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 43.89%

 BLUE value IS 197 (77.34% from 255) = 39.48%

R = 16.63%
G = 43.89%
B = 39.48%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.14

RGB Variations

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

Color information

#53DBC5 (or 0x53DBC5) is known color: Medium Turquoise. HEX triplet: 53, DB and C5. RGB value is (83,219,197). Sum of RGB (Red+Green+Blue) = 83+219+197=499 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.63% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 197 (77.34% from 255 or 39.48% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #53DBC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DBC5 is #AC243A. Grayscale: #AFAFAF. Windows color (decimal): -11281467 or 12966739. OLE color: 12966739.

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

Color convert

RGB 83 219 197 -
CMYK 0.62 0 0.10 0.14
HSL 170.29º 0.65% 0.59% -
HSV(B) 170.29º 0.62% 0.86% -
XYZ 38.98 56.53 61.68 -
YUV 175.83 139.94 61.79 -
System Red Green Blue C M Y K H S L
Decimal 83 219 197 0.62 0 0.10 0.14 170.29 0.65 0.59
Hex 53 DB C5 3E 0 A E AA 41 3B
Octal 123 333 305 76 0 12 16 252 101 73
Binary 1010011 11011011 11000101 111110 0 1010 1110 10101010 1000001 111011

Color Harmonies of #53DBC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DBC5

Black with #53DBC5

Text Example


Text Example

White with #53DBC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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