#44FCB3

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

Shades of Turquoise #44FCB3

Tints of Turquoise #44FCB3

Color information

#44FCB3 (or 0x44FCB3) is unknown color: approx Turquoise. HEX triplet: 44, FC and B3. RGB value is (68,252,179). Sum of RGB (Red+Green+Blue) = 68+252+179=499 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.63% from 499); Green value is 252 (98.83% from 255 or 50.50% from 499); Blue value is 179 (70.31% from 255 or 35.87% from 499); Max value from RGB is 252 - color contains mainly: green. Hex color #44FCB3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FCB3 is #BB034C. Grayscale: #BCBCBC. Windows color (decimal): -12256077 or 11795524. OLE color: 11795524.

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

Color convert

RGB68252179-
CMYK0.7300.290.01
HSL156.2º96.84%62.75%-
HSV(B)156.2º73.02%98.82%-
XYZ45.3374.154.56-
YUV188.66122.5441.94-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.63%
GREEN value IS 252 (98.83% from 255) = 50.50%
BLUE value IS 179 (70.31% from 255) = 35.87%
R=13.63%
G=50.50%
B=35.87%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal682521790.7300.290.01156.296.8462.75
Hex44FCB34901D19c613f
Octal104374263111035123414177
Binary1000100111111001011001110010010111011100111001100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44FCB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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