#44D0E1

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

Shades of Medium Turquoise #44D0E1

Tints of Medium Turquoise #44D0E1

Color information

#44D0E1 (or 0x44D0E1) is unknown color: approx Medium Turquoise. HEX triplet: 44, D0 and E1. RGB value is (68,208,225). Sum of RGB (Red+Green+Blue) = 68+208+225=501 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.57% from 501); Green value is 208 (81.64% from 255 or 41.52% from 501); Blue value is 225 (88.28% from 255 or 44.91% from 501); Max value from RGB is 225 - color contains mainly: blue. Hex color #44D0E1 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #44D0E1 is #BB2F1E. Grayscale: #A7A7A7. Windows color (decimal): -12267295 or 14798916. OLE color: 14798916.

HSL color Cylindrical-coordinate representation of color #44D0E1: hue angle of 186.5º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #44D0E1 is Cyan = 0.70, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB68208225-
CMYK0.700.0800.12
HSL186.5º72.35%57.45%-
HSV(B)186.5º69.78%88.24%-
XYZ38.5351.7879.2-
YUV168.08160.1256.62-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.57%
GREEN value IS 208 (81.64% from 255) = 41.52%
BLUE value IS 225 (88.28% from 255) = 44.91%
R=13.57%
G=41.52%
B=44.91%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal682082250.700.0800.12186.572.3557.45
Hex44D0E14680Cba4839
Octal1043203411061001427211071
Binary100010011010000111000011000110100001100101110101001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D0E1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,208,225); }

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

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

 a { background-color: rgb(68,208,225); }

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

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

 span { border-color: rgb(68,208,225); }

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