Html Css Color HEX #44D1B9 Medium Turquoise

📋 copy color: '#44D1B9'

red 68 ◦ green 209 ◦ blue 185

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

Shades of Medium Turquoise #44D1B9

Tints of Medium Turquoise #44D1B9

RGB

 RED value IS 68 (26.95% from 255) = 14.72%

 GREEN value IS 209 (82.03% from 255) = 45.24%

 BLUE value IS 185 (72.66% from 255) = 40.04%

R = 14.72%
G = 45.24%
B = 40.04%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.18

RGB Variations

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

Color information

#44D1B9 (or 0x44D1B9) is known color: Medium Turquoise. HEX triplet: 44, D1 and B9. RGB value is (68,209,185). Sum of RGB (Red+Green+Blue) = 68+209+185=462 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.72% from 462); Green value is 209 (82.03% from 255 or 45.24% from 462); Blue value is 185 (72.66% from 255 or 40.04% from 462); Max value from RGB is 209 - color contains mainly: green. Hex color #44D1B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D1B9 is #BB2E46. Grayscale: #A4A4A4. Windows color (decimal): -12267079 or 12177732. OLE color: 12177732.

HSL color Cylindrical-coordinate representation of color #44D1B9: hue angle of 169.79º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #44D1B9 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.18.

Color convert

RGB 68 209 185 -
CMYK 0.67 0 0.11 0.18
HSL 169.79º 0.61% 0.54% -
HSV(B) 169.79º 0.67% 0.82% -
XYZ 33.94 50.33 53.83 -
YUV 164.11 139.79 59.45 -
System Red Green Blue C M Y K H S L
Decimal 68 209 185 0.67 0 0.11 0.18 169.79 0.61 0.54
Hex 44 D1 B9 43 0 B 12 AA 3D 36
Octal 104 321 271 103 0 13 22 252 75 66
Binary 1000100 11010001 10111001 1000011 0 1011 10010 10101010 111101 110110

Color Harmonies of #44D1B9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #44D1B9

Black with #44D1B9

Text Example


Text Example

White with #44D1B9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #44D1B9; }

 p { color: rgb(68,209,185); }

 H1.HeaderClassName
 {
   color: #44D1B9;
 }
 .AnyTagClassName
 {
   color: #44D1B9;
 }
</style>

background-color css

<style>
 a { background-color: #44D1B9; }

 a { background-color: rgb(68,209,185); }

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

border-color css

<style>
 span { border-color: #44D1B9; }

 span { border-color: rgb(68,209,185); }

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