#44D0C3

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

Shades of Medium Turquoise #44D0C3

Tints of Medium Turquoise #44D0C3

Color information

#44D0C3 (or 0x44D0C3) is unknown color: approx Medium Turquoise. HEX triplet: 44, D0 and C3. RGB value is (68,208,195). Sum of RGB (Red+Green+Blue) = 68+208+195=471 (62% of max value = 765). Red value is 68 (26.95% from 255 or 14.44% from 471); Green value is 208 (81.64% from 255 or 44.16% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 208 - color contains mainly: green. Hex color #44D0C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D0C3 is #BB2F3C. Grayscale: #A4A4A4. Windows color (decimal): -12267325 or 12832836. OLE color: 12832836.

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

Color convert

RGB68208195-
CMYK0.6700.060.18
HSL174.43º59.83%54.12%-
HSV(B)174.43º67.31%81.57%-
XYZ34.7950.2859.5-
YUV164.66145.1259.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.44%
GREEN value IS 208 (81.64% from 255) = 44.16%
BLUE value IS 195 (76.56% from 255) = 41.40%
R=14.44%
G=44.16%
B=41.40%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal682081950.6700.060.18174.4359.8354.12
Hex44D0C3430612ae3c36
Octal10432030310306222567466
Binary10001001101000011000011100001101101001010101110111100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D0C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,208,195); }

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

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

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

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

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

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

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