#44C8BB

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

Shades of Medium Turquoise #44C8BB

Tints of Medium Turquoise #44C8BB

Color information

#44C8BB (or 0x44C8BB) is unknown color: approx Medium Turquoise. HEX triplet: 44, C8 and BB. RGB value is (68,200,187). Sum of RGB (Red+Green+Blue) = 68+200+187=455 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.95% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 187 (73.44% from 255 or 41.10% from 455); Max value from RGB is 200 - color contains mainly: green. Hex color #44C8BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44C8BB is #BB3744. Grayscale: #9E9E9E. Windows color (decimal): -12269381 or 12306500. OLE color: 12306500.

HSL color Cylindrical-coordinate representation of color #44C8BB: hue angle of 174.09º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #44C8BB is Cyan = 0.66, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.22.

Color convert

RGB68200187-
CMYK0.6600.060.22
HSL174.09º54.55%52.55%-
HSV(B)174.09º66%78.43%-
XYZ32.0146.1354.23-
YUV159.05143.7763.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.95%
GREEN value IS 200 (78.52% from 255) = 43.96%
BLUE value IS 187 (73.44% from 255) = 41.10%
R=14.95%
G=43.96%
B=41.10%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal682001870.6600.060.22174.0954.5552.55
Hex44C8BB420616ae3735
Octal10431027310206262566765
Binary10001001100100010111011100001001101011010101110110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C8BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,200,187); }

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

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

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

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

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

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

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