#44F8F1

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

Shades of Turquoise #44F8F1

Tints of Turquoise #44F8F1

Color information

#44F8F1 (or 0x44F8F1) is unknown color: approx Turquoise. HEX triplet: 44, F8 and F1. RGB value is (68,248,241). Sum of RGB (Red+Green+Blue) = 68+248+241=557 (73% of max value = 765). Red value is 68 (26.95% from 255 or 12.21% from 557); Green value is 248 (97.27% from 255 or 44.52% from 557); Blue value is 241 (94.53% from 255 or 43.27% from 557); Max value from RGB is 248 - color contains mainly: green. Hex color #44F8F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F8F1 is #BB070E. Grayscale: #C1C1C1. Windows color (decimal): -12257039 or 15857732. OLE color: 15857732.

HSL color Cylindrical-coordinate representation of color #44F8F1: hue angle of 177.67º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44F8F1 is Cyan = 0.73, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.

Color convert

RGB68248241-
CMYK0.7300.030.03
HSL177.67º92.78%61.96%-
HSV(B)177.67º72.58%97.25%-
XYZ51.8374.7194.91-
YUV193.38154.8738.57-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.21%
GREEN value IS 248 (97.27% from 255) = 44.52%
BLUE value IS 241 (94.53% from 255) = 43.27%
R=12.21%
G=44.52%
B=43.27%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal682482410.7300.030.03177.6792.7861.96
Hex44F8F149033b25d3e
Octal10437036111103326213576
Binary10001001111100011110001100100101111101100101011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F8F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,248,241); }

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

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

 a { background-color: rgb(68,248,241); }

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

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

 span { border-color: rgb(68,248,241); }

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