#44FFB6

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

Shades of Turquoise #44FFB6

Tints of Turquoise #44FFB6

Color information

#44FFB6 (or 0x44FFB6) is unknown color: approx Turquoise. HEX triplet: 44, FF and B6. RGB value is (68,255,182). Sum of RGB (Red+Green+Blue) = 68+255+182=505 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.47% from 505); Green value is 255 (100% from 255 or 50.50% from 505); Blue value is 182 (71.48% from 255 or 36.04% from 505); Max value from RGB is 255 - color contains mainly: green. Hex color #44FFB6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FFB6 is #BB0049. Grayscale: #BEBEBE. Windows color (decimal): -12255306 or 11992900. OLE color: 11992900.

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

Color convert

RGB68255182-
CMYK0.7300.290
HSL156.58º100%63.33%-
HSV(B)156.58º73.33%100%-
XYZ46.5976.1356.49-
YUV190.76123.0540.44-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.47%
GREEN value IS 255 (100% from 255) = 50.50%
BLUE value IS 182 (71.48% from 255) = 36.04%
R=13.47%
G=50.50%
B=36.04%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682551820.7300.290156.5810063.33
Hex44FFB64901D09d643f
Octal104377266111035023514477
Binary1000100111111111011011010010010111010100111011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44FFB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,255,182); }

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

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

 a { background-color: rgb(68,255,182); }

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

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

 span { border-color: rgb(68,255,182); }

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