#44F6E9

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

Shades of Turquoise #44F6E9

Tints of Turquoise #44F6E9

Color information

#44F6E9 (or 0x44F6E9) is unknown color: approx Turquoise. HEX triplet: 44, F6 and E9. RGB value is (68,246,233). Sum of RGB (Red+Green+Blue) = 68+246+233=547 (72% of max value = 765). Red value is 68 (26.95% from 255 or 12.43% from 547); Green value is 246 (96.48% from 255 or 44.97% from 547); Blue value is 233 (91.41% from 255 or 42.60% from 547); Max value from RGB is 246 - color contains mainly: green. Hex color #44F6E9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44F6E9 is #BB0916. Grayscale: #BFBFBF. Windows color (decimal): -12257559 or 15332932. OLE color: 15332932.

HSL color Cylindrical-coordinate representation of color #44F6E9: hue angle of 175.62º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F6E9 is Cyan = 0.72, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.04.

Color convert

RGB68246233-
CMYK0.7200.050.04
HSL175.62º90.82%61.57%-
HSV(B)175.62º72.36%96.47%-
XYZ50.0573.0288.55-
YUV191.3151.5340.06-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.43%
GREEN value IS 246 (96.48% from 255) = 44.97%
BLUE value IS 233 (91.41% from 255) = 42.60%
R=12.43%
G=44.97%
B=42.60%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal682462330.7200.050.04175.6290.8261.57
Hex44F6E948054b05b3e
Octal10436635111005426013376
Binary1000100111101101110100110010000101100101100001011011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44F6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,246,233); }

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

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

 a { background-color: rgb(68,246,233); }

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

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

 span { border-color: rgb(68,246,233); }

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