#44F0F1

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

Shades of Turquoise #44F0F1

Tints of Turquoise #44F0F1

Color information

#44F0F1 (or 0x44F0F1) is unknown color: approx Turquoise. HEX triplet: 44, F0 and F1. RGB value is (68,240,241). Sum of RGB (Red+Green+Blue) = 68+240+241=549 (72% of max value = 765). Red value is 68 (26.95% from 255 or 12.39% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 241 (94.53% from 255 or 43.90% from 549); Max value from RGB is 241 - color contains mainly: blue. Hex color #44F0F1 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F0F1 is #BB0F0E. Grayscale: #BCBCBC. Windows color (decimal): -12259087 or 15855684. OLE color: 15855684.

HSL color Cylindrical-coordinate representation of color #44F0F1: hue angle of 180.35º degrees, saturation: 0.86, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F0F1 is Cyan = 0.72, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB68240241-
CMYK0.720.0000.05
HSL180.35º86.07%60.59%-
HSV(B)180.35º71.78%94.51%-
XYZ49.4269.994.11-
YUV188.69157.5241.92-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.39%
GREEN value IS 240 (94.14% from 255) = 43.72%
BLUE value IS 241 (94.53% from 255) = 43.90%
R=12.39%
G=43.72%
B=43.90%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal682402410.720.0000.05180.3586.0760.59
Hex44F0F148005b4563d
Octal10436036111000526412675
Binary10001001111000011110001100100000101101101001010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F0F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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