#44D8D3

Color #44D8D3 Medium Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Turquoise #44D8D3

Tints of Medium Turquoise #44D8D3

Color information

#44D8D3 (or 0x44D8D3) is unknown color: approx Medium Turquoise. HEX triplet: 44, D8 and D3. RGB value is (68,216,211). Sum of RGB (Red+Green+Blue) = 68+216+211=495 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.74% from 495); Green value is 216 (84.77% from 255 or 43.64% from 495); Blue value is 211 (82.81% from 255 or 42.63% from 495); Max value from RGB is 216 - color contains mainly: green. Hex color #44D8D3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D8D3 is #BB272C. Grayscale: #ABABAB. Windows color (decimal): -12265261 or 13883460. OLE color: 13883460.

HSL color Cylindrical-coordinate representation of color #44D8D3: hue angle of 177.97º degrees, saturation: 0.65, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #44D8D3 is Cyan = 0.69, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.15.

Color convert

RGB68216211-
CMYK0.6900.020.15
HSL177.97º65.49%55.69%-
HSV(B)177.97º68.52%84.71%-
XYZ38.755.0470.21-
YUV171.18150.4754.41-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.74%
GREEN value IS 216 (84.77% from 255) = 43.64%
BLUE value IS 211 (82.81% from 255) = 42.63%
R=13.74%
G=43.64%
B=42.63%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal682162110.6900.020.15177.9765.4955.69
Hex44D8D34502Fb24138
Octal104330323105021726210170
Binary1000100110110001101001110001010101111101100101000001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D8D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,216,211); }

 H1.HeaderClassName
 {
   color: #44D8D3;
 }
 .AnyTagClassName
 {
   color: #44D8D3;
 }
</style>
background-color css

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

 a { background-color: rgb(68,216,211); }

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

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

 span { border-color: rgb(68,216,211); }

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