Html Css Color HEX #53DAD2 Medium Turquoise

📋 copy color: '#53DAD2'

red 83 ◦ green 218 ◦ blue 210

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

Shades of Medium Turquoise #53DAD2

Tints of Medium Turquoise #53DAD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 41.1%

R = 16.24%
G = 42.66%
B = 41.1%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.04

 K value IS 0.15

RGB Variations

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

Color information

#53DAD2 (or 0x53DAD2) is known color: Medium Turquoise. HEX triplet: 53, DA and D2. RGB value is (83,218,210). Sum of RGB (Red+Green+Blue) = 83+218+210=511 (67% of max value = 765). Red value is 83 (32.81% from 255 or 16.24% from 511); Green value is 218 (85.55% from 255 or 42.66% from 511); Blue value is 210 (82.42% from 255 or 41.10% from 511); Max value from RGB is 218 - color contains mainly: green. Hex color #53DAD2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DAD2 is #AC252D. Grayscale: #B0B0B0. Windows color (decimal): -11281710 or 13818451. OLE color: 13818451.

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

Color convert

RGB 83 218 210 -
CMYK 0.62 0 0.04 0.15
HSL 176.44º 0.65% 0.59% -
HSV(B) 176.44º 0.62% 0.85% -
XYZ 40.27 56.63 69.78 -
YUV 176.72 146.77 61.15 -
System Red Green Blue C M Y K H S L
Decimal 83 218 210 0.62 0 0.04 0.15 176.44 0.65 0.59
Hex 53 DA D2 3E 0 4 F B0 41 3B
Octal 123 332 322 76 0 4 17 260 101 73
Binary 1010011 11011010 11010010 111110 0 100 1111 10110000 1000001 111011

Color Harmonies of #53DAD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DAD2

Black with #53DAD2

Text Example


Text Example

White with #53DAD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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