Html Css Color HEX #53DAC4 Medium Turquoise

📋 copy color: '#53DAC4'

red 83 ◦ green 218 ◦ blue 196

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

Shades of Medium Turquoise #53DAC4

Tints of Medium Turquoise #53DAC4

RGB

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

 GREEN value IS 218 (85.55% from 255) = 43.86%

 BLUE value IS 196 (76.95% from 255) = 39.44%

R = 16.7%
G = 43.86%
B = 39.44%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.10

 K value IS 0.15

RGB Variations

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

Color information

#53DAC4 (or 0x53DAC4) is known color: Medium Turquoise. HEX triplet: 53, DA and C4. RGB value is (83,218,196). Sum of RGB (Red+Green+Blue) = 83+218+196=497 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.70% from 497); Green value is 218 (85.55% from 255 or 43.86% from 497); Blue value is 196 (76.95% from 255 or 39.44% from 497); Max value from RGB is 218 - color contains mainly: green. Hex color #53DAC4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DAC4 is #AC253B. Grayscale: #AFAFAF. Windows color (decimal): -11281724 or 12900947. OLE color: 12900947.

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

Color convert

RGB 83 218 196 -
CMYK 0.62 0 0.10 0.15
HSL 170.22º 0.65% 0.59% -
HSV(B) 170.22º 0.62% 0.85% -
XYZ 38.6 55.97 60.99 -
YUV 175.13 139.77 62.29 -
System Red Green Blue C M Y K H S L
Decimal 83 218 196 0.62 0 0.10 0.15 170.22 0.65 0.59
Hex 53 DA C4 3E 0 A F AA 41 3B
Octal 123 332 304 76 0 12 17 252 101 73
Binary 1010011 11011010 11000100 111110 0 1010 1111 10101010 1000001 111011

Color Harmonies of #53DAC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DAC4

Black with #53DAC4

Text Example


Text Example

White with #53DAC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,218,196); }

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

background-color css

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

 a { background-color: rgb(83,218,196); }

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

border-color css

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

 span { border-color: rgb(83,218,196); }

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