Html Css Color HEX #53DFC7 Medium Turquoise

📋 copy color: '#53DFC7'

red 83 ◦ green 223 ◦ blue 199

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

Shades of Medium Turquoise #53DFC7

Tints of Medium Turquoise #53DFC7

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.16%

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

R = 16.44%
G = 44.16%
B = 39.41%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.11

 K value IS 0.13

RGB Variations

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

Color information

#53DFC7 (or 0x53DFC7) is known color: Medium Turquoise. HEX triplet: 53, DF and C7. RGB value is (83,223,199). Sum of RGB (Red+Green+Blue) = 83+223+199=505 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.44% from 505); Green value is 223 (87.5% from 255 or 44.16% from 505); Blue value is 199 (78.12% from 255 or 39.41% from 505); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFC7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFC7 is #AC2038. Grayscale: #B2B2B2. Windows color (decimal): -11280441 or 13098835. OLE color: 13098835.

HSL color Cylindrical-coordinate representation of color #53DFC7: hue angle of 169.71º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #53DFC7 is Cyan = 0.63, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 223 199 -
CMYK 0.63 0 0.11 0.13
HSL 169.71º 0.69% 0.6% -
HSV(B) 169.71º 0.63% 0.87% -
XYZ 40.26 58.74 63.25 -
YUV 178.4 139.62 59.95 -
System Red Green Blue C M Y K H S L
Decimal 83 223 199 0.63 0 0.11 0.13 169.71 0.69 0.6
Hex 53 DF C7 3F 0 B D AA 45 3C
Octal 123 337 307 77 0 13 15 252 105 74
Binary 1010011 11011111 11000111 111111 0 1011 1101 10101010 1000101 111100

Color Harmonies of #53DFC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DFC7

Black with #53DFC7

Text Example


Text Example

White with #53DFC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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