#44D5EA

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

Shades of Medium Turquoise #44D5EA

Tints of Medium Turquoise #44D5EA

Color information

#44D5EA (or 0x44D5EA) is unknown color: approx Medium Turquoise. HEX triplet: 44, D5 and EA. RGB value is (68,213,234). Sum of RGB (Red+Green+Blue) = 68+213+234=515 (68% of max value = 765). Red value is 68 (26.95% from 255 or 13.20% from 515); Green value is 213 (83.59% from 255 or 41.36% from 515); Blue value is 234 (91.80% from 255 or 45.44% from 515); Max value from RGB is 234 - color contains mainly: blue. Hex color #44D5EA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #44D5EA is #BB2A15. Grayscale: #ABABAB. Windows color (decimal): -12266006 or 15390020. OLE color: 15390020.

HSL color Cylindrical-coordinate representation of color #44D5EA: hue angle of 187.59º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #44D5EA is Cyan = 0.71, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB68213234-
CMYK0.710.0900.08
HSL187.59º79.81%59.22%-
HSV(B)187.59º70.94%91.76%-
XYZ41.0354.7686.25-
YUV172.04162.9653.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.20%
GREEN value IS 213 (83.59% from 255) = 41.36%
BLUE value IS 234 (91.80% from 255) = 45.44%
R=13.20%
G=41.36%
B=45.44%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal682132340.710.0900.08187.5979.8159.22
Hex44D5EA47908bc503b
Octal1043253521071101027412073
Binary100010011010101111010101000111100101000101111001010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44D5EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,213,234); }

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

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

 a { background-color: rgb(68,213,234); }

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

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

 span { border-color: rgb(68,213,234); }

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