Html Css Color HEX #53DED5 Medium Turquoise

📋 copy color: '#53DED5'

red 83 ◦ green 222 ◦ blue 213

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

Shades of Medium Turquoise #53DED5

Tints of Medium Turquoise #53DED5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 42.86%

 BLUE value IS 213 (83.59% from 255) = 41.12%

R = 16.02%
G = 42.86%
B = 41.12%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#53DED5 (or 0x53DED5) is known color: Medium Turquoise. HEX triplet: 53, DE and D5. RGB value is (83,222,213). Sum of RGB (Red+Green+Blue) = 83+222+213=518 (68% of max value = 765). Red value is 83 (32.81% from 255 or 16.02% from 518); Green value is 222 (87.11% from 255 or 42.86% from 518); Blue value is 213 (83.59% from 255 or 41.12% from 518); Max value from RGB is 222 - color contains mainly: green. Hex color #53DED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DED5 is #AC212A. Grayscale: #B3B3B3. Windows color (decimal): -11280683 or 14016083. OLE color: 14016083.

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

Color convert

RGB 83 222 213 -
CMYK 0.63 0 0.04 0.13
HSL 176.12º 0.68% 0.6% -
HSV(B) 176.12º 0.63% 0.87% -
XYZ 41.7 58.89 72.12 -
YUV 179.41 146.95 59.23 -
System Red Green Blue C M Y K H S L
Decimal 83 222 213 0.63 0 0.04 0.13 176.12 0.68 0.6
Hex 53 DE D5 3F 0 4 D B0 44 3C
Octal 123 336 325 77 0 4 15 260 104 74
Binary 1010011 11011110 11010101 111111 0 100 1101 10110000 1000100 111100

Color Harmonies of #53DED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DED5

Black with #53DED5

Text Example


Text Example

White with #53DED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,222,213); }

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

background-color css

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

 a { background-color: rgb(83,222,213); }

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

border-color css

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

 span { border-color: rgb(83,222,213); }

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