Html Css Color HEX #53DFC5 Medium Turquoise

📋 copy color: '#53DFC5'

red 83 ◦ green 223 ◦ blue 197

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

Shades of Medium Turquoise #53DFC5

Tints of Medium Turquoise #53DFC5

RGB

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

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

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

R = 16.5%
G = 44.33%
B = 39.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.12

 K value IS 0.13

RGB Variations

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

Color information

#53DFC5 (or 0x53DFC5) is known color: Medium Turquoise. HEX triplet: 53, DF and C5. RGB value is (83,223,197). Sum of RGB (Red+Green+Blue) = 83+223+197=503 (66% of max value = 765). Red value is 83 (32.81% from 255 or 16.50% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 197 (77.34% from 255 or 39.17% from 503); Max value from RGB is 223 - color contains mainly: green. Hex color #53DFC5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DFC5 is #AC203A. Grayscale: #B2B2B2. Windows color (decimal): -11280443 or 12967763. OLE color: 12967763.

HSL color Cylindrical-coordinate representation of color #53DFC5: hue angle of 168.86º 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 #53DFC5 is Cyan = 0.63, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.

Color convert

RGB 83 223 197 -
CMYK 0.63 0 0.12 0.13
HSL 168.86º 0.69% 0.6% -
HSV(B) 168.86º 0.63% 0.87% -
XYZ 40.03 58.65 62.03 -
YUV 178.18 138.62 60.11 -
System Red Green Blue C M Y K H S L
Decimal 83 223 197 0.63 0 0.12 0.13 168.86 0.69 0.6
Hex 53 DF C5 3F 0 C D A9 45 3C
Octal 123 337 305 77 0 14 15 251 105 74
Binary 1010011 11011111 11000101 111111 0 1100 1101 10101001 1000101 111100

Color Harmonies of #53DFC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DFC5

Black with #53DFC5

Text Example


Text Example

White with #53DFC5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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