Html Css Color HEX #53D9C7 Medium Turquoise

📋 copy color: '#53D9C7'

red 83 ◦ green 217 ◦ blue 199

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

Shades of Medium Turquoise #53D9C7

Tints of Medium Turquoise #53D9C7

RGB

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

 GREEN value IS 217 (85.16% from 255) = 43.49%

 BLUE value IS 199 (78.13% from 255) = 39.88%

R = 16.63%
G = 43.49%
B = 39.88%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.08

 K value IS 0.15

RGB Variations

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

Color information

#53D9C7 (or 0x53D9C7) is known color: Medium Turquoise. HEX triplet: 53, D9 and C7. RGB value is (83,217,199). Sum of RGB (Red+Green+Blue) = 83+217+199=499 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.63% from 499); Green value is 217 (85.16% from 255 or 43.49% from 499); Blue value is 199 (78.12% from 255 or 39.88% from 499); Max value from RGB is 217 - color contains mainly: green. Hex color #53D9C7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53D9C7 is #AC2638. Grayscale: #AEAEAE. Windows color (decimal): -11281977 or 13097299. OLE color: 13097299.

HSL color Cylindrical-coordinate representation of color #53D9C7: hue angle of 171.94º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #53D9C7 is Cyan = 0.62, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.15.

Color convert

RGB 83 217 199 -
CMYK 0.62 0 0.08 0.15
HSL 171.94º 0.64% 0.59% -
HSV(B) 171.94º 0.62% 0.85% -
XYZ 38.69 55.59 62.72 -
YUV 174.88 141.61 62.46 -
System Red Green Blue C M Y K H S L
Decimal 83 217 199 0.62 0 0.08 0.15 171.94 0.64 0.59
Hex 53 D9 C7 3E 0 8 F AC 40 3B
Octal 123 331 307 76 0 10 17 254 100 73
Binary 1010011 11011001 11000111 111110 0 1000 1111 10101100 1000000 111011

Color Harmonies of #53D9C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53D9C7

Black with #53D9C7

Text Example


Text Example

White with #53D9C7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,217,199); }

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

background-color css

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

 a { background-color: rgb(83,217,199); }

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

border-color css

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

 span { border-color: rgb(83,217,199); }

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