#44D1D1

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

Shades of Medium Turquoise #44D1D1

Tints of Medium Turquoise #44D1D1

Color information

#44D1D1 (or 0x44D1D1) is unknown color: approx Medium Turquoise. HEX triplet: 44, D1 and D1. RGB value is (68,209,209). Sum of RGB (Red+Green+Blue) = 68+209+209=486 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.99% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 209 (82.03% from 255 or 43.00% from 486); Max value from RGB is 209 - color contains mainly: green, blue. Hex color #44D1D1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D1D1 is #BB2E2E. Grayscale: #A6A6A6. Windows color (decimal): -12267055 or 13750596. OLE color: 13750596.

HSL color Cylindrical-coordinate representation of color #44D1D1: hue angle of 180º 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 #44D1D1 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB68209209-
CMYK0.67000.18
HSL180º60.52%54.31%-
HSV(B)180º67.46%81.96%-
XYZ36.6951.4368.32-
YUV166.84151.7957.5-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.99%
GREEN value IS 209 (82.03% from 255) = 43.00%
BLUE value IS 209 (82.03% from 255) = 43.00%
R=13.99%
G=43.00%
B=43.00%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal682092090.67000.1818060.5254.31
Hex44D1D1430012b43d36
Octal10432132110300222647566
Binary100010011010001110100011000011001001010110100111101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D1D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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