#44FFB7

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

Shades of Turquoise #44FFB7

Tints of Turquoise #44FFB7

Color information

#44FFB7 (or 0x44FFB7) is unknown color: approx Turquoise. HEX triplet: 44, FF and B7. RGB value is (68,255,183). Sum of RGB (Red+Green+Blue) = 68+255+183=506 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.44% from 506); Green value is 255 (100% from 255 or 50.40% from 506); Blue value is 183 (71.88% from 255 or 36.17% from 506); Max value from RGB is 255 - color contains mainly: green. Hex color #44FFB7 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FFB7 is #BB0048. Grayscale: #BEBEBE. Windows color (decimal): -12255305 or 12058436. OLE color: 12058436.

HSL color Cylindrical-coordinate representation of color #44FFB7: hue angle of 156.9º 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 #44FFB7 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.

Color convert

RGB68255183-
CMYK0.7300.280
HSL156.9º100%63.33%-
HSV(B)156.9º73.33%100%-
XYZ46.6976.1757.04-
YUV190.88123.5540.35-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.44%
GREEN value IS 255 (100% from 255) = 50.40%
BLUE value IS 183 (71.88% from 255) = 36.17%
R=13.44%
G=50.40%
B=36.17%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal682551830.7300.280156.910063.33
Hex44FFB74901C09d643f
Octal104377267111034023514477
Binary1000100111111111011011110010010111000100111011100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44FFB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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