#44C7DF

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

Shades of Medium Turquoise #44C7DF

Tints of Medium Turquoise #44C7DF

Color information

#44C7DF (or 0x44C7DF) is unknown color: approx Medium Turquoise. HEX triplet: 44, C7 and DF. RGB value is (68,199,223). Sum of RGB (Red+Green+Blue) = 68+199+223=490 (64% of max value = 765). Red value is 68 (26.95% from 255 or 13.88% from 490); Green value is 199 (78.12% from 255 or 40.61% from 490); Blue value is 223 (87.5% from 255 or 45.51% from 490); Max value from RGB is 223 - color contains mainly: blue. Hex color #44C7DF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44C7DF is #BB3820. Grayscale: #A2A2A2. Windows color (decimal): -12269601 or 14665540. OLE color: 14665540.

HSL color Cylindrical-coordinate representation of color #44C7DF: hue angle of 189.29º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44C7DF is Cyan = 0.70, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB68199223-
CMYK0.700.1100.13
HSL189.29º70.78%57.06%-
HSV(B)189.29º69.51%87.45%-
XYZ36.1347.477.06-
YUV162.57162.160.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.88%
GREEN value IS 199 (78.12% from 255) = 40.61%
BLUE value IS 223 (87.5% from 255) = 45.51%
R=13.88%
G=40.61%
B=45.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal681992230.700.1100.13189.2970.7857.06
Hex44C7DF46B0Dbd4739
Octal1043073371061301527510771
Binary100010011000111110111111000110101101101101111011000111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44C7DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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