#44FCE6

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

Shades of Turquoise #44FCE6

Tints of Turquoise #44FCE6

Color information

#44FCE6 (or 0x44FCE6) is unknown color: approx Turquoise. HEX triplet: 44, FC and E6. RGB value is (68,252,230). Sum of RGB (Red+Green+Blue) = 68+252+230=550 (72% of max value = 765). Red value is 68 (26.95% from 255 or 12.36% from 550); Green value is 252 (98.83% from 255 or 45.82% from 550); Blue value is 230 (90.23% from 255 or 41.82% from 550); Max value from RGB is 252 - color contains mainly: green. Hex color #44FCE6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #44FCE6 is #BB0319. Grayscale: #C2C2C2. Windows color (decimal): -12256026 or 15137860. OLE color: 15137860.

HSL color Cylindrical-coordinate representation of color #44FCE6: hue angle of 172.83º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FCE6 is Cyan = 0.73, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.

Color convert

RGB68252230-
CMYK0.7300.090.01
HSL172.83º96.84%62.75%-
HSV(B)172.83º73.02%98.82%-
XYZ51.4876.5686.93-
YUV194.48148.0437.79-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 12.36%
GREEN value IS 252 (98.83% from 255) = 45.82%
BLUE value IS 230 (90.23% from 255) = 41.82%
R=12.36%
G=45.82%
B=41.82%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal682522300.7300.090.01172.8396.8462.75
Hex44FCE649091ad613f
Octal104374346111011125514177
Binary100010011111100111001101001001010011101011011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44FCE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,252,230); }

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

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

 a { background-color: rgb(68,252,230); }

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

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

 span { border-color: rgb(68,252,230); }

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