#44C7C1

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

Shades of Medium Turquoise #44C7C1

Tints of Medium Turquoise #44C7C1

Color information

#44C7C1 (or 0x44C7C1) is unknown color: approx Medium Turquoise. HEX triplet: 44, C7 and C1. RGB value is (68,199,193). Sum of RGB (Red+Green+Blue) = 68+199+193=460 (60% of max value = 765). Red value is 68 (26.95% from 255 or 14.78% from 460); Green value is 199 (78.12% from 255 or 43.26% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 199 - color contains mainly: green. Hex color #44C7C1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44C7C1 is #BB383E. Grayscale: #9F9F9F. Windows color (decimal): -12269631 or 12699460. OLE color: 12699460.

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

Color convert

RGB68199193-
CMYK0.6600.030.22
HSL177.25º53.91%52.35%-
HSV(B)177.25º65.83%78.04%-
XYZ32.4345.9357.61-
YUV159.15147.162.99-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 14.78%
GREEN value IS 199 (78.12% from 255) = 43.26%
BLUE value IS 193 (75.78% from 255) = 41.96%
R=14.78%
G=43.26%
B=41.96%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal681991930.6600.030.22177.2553.9152.35
Hex44C7C1420316b13634
Octal10430730110203262616664
Binary1000100110001111100000110000100111011010110001110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C7C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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