#44C6C8

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

Shades of Medium Turquoise #44C6C8

Tints of Medium Turquoise #44C6C8

Color information

#44C6C8 (or 0x44C6C8) is unknown color: approx Medium Turquoise. HEX triplet: 44, C6 and C8. RGB value is (68,198,200). Sum of RGB (Red+Green+Blue) = 68+198+200=466 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.59% from 466); Green value is 198 (77.73% from 255 or 42.49% from 466); Blue value is 200 (78.52% from 255 or 42.92% from 466); Max value from RGB is 200 - color contains mainly: blue. Hex color #44C6C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44C6C8 is #BB3937. Grayscale: #9F9F9F. Windows color (decimal): -12269880 or 13157956. OLE color: 13157956.

HSL color Cylindrical-coordinate representation of color #44C6C8: hue angle of 180.91º 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 #44C6C8 is Cyan = 0.66, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB68198200-
CMYK0.660.0100.22
HSL180.91º54.55%52.55%-
HSV(B)180.91º66%78.43%-
XYZ3345.7961.74-
YUV159.36150.9362.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.59%
GREEN value IS 198 (77.73% from 255) = 42.49%
BLUE value IS 200 (78.52% from 255) = 42.92%
R=14.59%
G=42.49%
B=42.92%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal681982000.660.0100.22180.9154.5552.55
Hex44C6C8421016b53735
Octal10430631010210262656765
Binary100010011000110110010001000010101011010110101110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C6C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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