#44D5C3

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

Shades of Medium Turquoise #44D5C3

Tints of Medium Turquoise #44D5C3

Color information

#44D5C3 (or 0x44D5C3) is unknown color: approx Medium Turquoise. HEX triplet: 44, D5 and C3. RGB value is (68,213,195). Sum of RGB (Red+Green+Blue) = 68+213+195=476 (63% of max value = 765). Red value is 68 (26.95% from 255 or 14.29% from 476); Green value is 213 (83.59% from 255 or 44.75% from 476); Blue value is 195 (76.56% from 255 or 40.97% from 476); Max value from RGB is 213 - color contains mainly: green. Hex color #44D5C3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D5C3 is #BB2A3C. Grayscale: #A7A7A7. Windows color (decimal): -12266045 or 12834116. OLE color: 12834116.

HSL color Cylindrical-coordinate representation of color #44D5C3: hue angle of 172.55º degrees, saturation: 0.63, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #44D5C3 is Cyan = 0.68, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.16.

Color convert

RGB68213195-
CMYK0.6800.080.16
HSL172.55º63.32%55.1%-
HSV(B)172.55º68.08%83.53%-
XYZ36.0352.7659.91-
YUV167.59143.4656.96-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.29%
GREEN value IS 213 (83.59% from 255) = 44.75%
BLUE value IS 195 (76.56% from 255) = 40.97%
R=14.29%
G=44.75%
B=40.97%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal682131950.6800.080.16172.5563.3255.1
Hex44D5C3440810ad3f37
Octal104325303104010202557767
Binary100010011010101110000111000100010001000010101101111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D5C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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