Html Css Color HEX #53DEBD Medium Turquoise

📋 copy color: '#53DEBD'

red 83 ◦ green 222 ◦ blue 189

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

Shades of Medium Turquoise #53DEBD

Tints of Medium Turquoise #53DEBD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 38.26%

R = 16.8%
G = 44.94%
B = 38.26%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.15

 K value IS 0.13

RGB Variations

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

Color information

#53DEBD (or 0x53DEBD) is known color: Medium Turquoise. HEX triplet: 53, DE and BD. RGB value is (83,222,189). Sum of RGB (Red+Green+Blue) = 83+222+189=494 (65% of max value = 765). Red value is 83 (32.81% from 255 or 16.80% from 494); Green value is 222 (87.11% from 255 or 44.94% from 494); Blue value is 189 (74.22% from 255 or 38.26% from 494); Max value from RGB is 222 - color contains mainly: green. Hex color #53DEBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #53DEBD is #AC2142. Grayscale: #B0B0B0. Windows color (decimal): -11280707 or 12443219. OLE color: 12443219.

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

Color convert

RGB 83 222 189 -
CMYK 0.63 0 0.15 0.13
HSL 165.76º 0.68% 0.6% -
HSV(B) 165.76º 0.63% 0.87% -
XYZ 38.87 57.76 57.24 -
YUV 176.68 134.95 61.18 -
System Red Green Blue C M Y K H S L
Decimal 83 222 189 0.63 0 0.15 0.13 165.76 0.68 0.6
Hex 53 DE BD 3F 0 F D A6 44 3C
Octal 123 336 275 77 0 17 15 246 104 74
Binary 1010011 11011110 10111101 111111 0 1111 1101 10100110 1000100 111100

Color Harmonies of #53DEBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53DEBD

Black with #53DEBD

Text Example


Text Example

White with #53DEBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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