#44C7C8

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

Shades of Medium Turquoise #44C7C8

Tints of Medium Turquoise #44C7C8

Color information

#44C7C8 (or 0x44C7C8) is unknown color: approx Medium Turquoise. HEX triplet: 44, C7 and C8. RGB value is (68,199,200). Sum of RGB (Red+Green+Blue) = 68+199+200=467 (61% of max value = 765). Red value is 68 (26.95% from 255 or 14.56% from 467); Green value is 199 (78.12% from 255 or 42.61% from 467); Blue value is 200 (78.52% from 255 or 42.83% from 467); Max value from RGB is 200 - color contains mainly: blue. Hex color #44C7C8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44C7C8 is #BB3837. Grayscale: #9F9F9F. Windows color (decimal): -12269624 or 13158212. OLE color: 13158212.

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

Color convert

RGB68199200-
CMYK0.660.0000.22
HSL180.45º54.55%52.55%-
HSV(B)180.45º66%78.43%-
XYZ33.2346.2561.82-
YUV159.94150.662.42-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.56%
GREEN value IS 199 (78.12% from 255) = 42.61%
BLUE value IS 200 (78.52% from 255) = 42.83%
R=14.56%
G=42.61%
B=42.83%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal681992000.660.0000.22180.4554.5552.55
Hex44C7C8420016b43735
Octal10430731010200262646765
Binary100010011000111110010001000010001011010110100110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C7C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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