#44FCB4

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

Shades of Turquoise #44FCB4

Tints of Turquoise #44FCB4

Color information

#44FCB4 (or 0x44FCB4) is unknown color: approx Turquoise. HEX triplet: 44, FC and B4. RGB value is (68,252,180). Sum of RGB (Red+Green+Blue) = 68+252+180=500 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.6% from 500); Green value is 252 (98.83% from 255 or 50.4% from 500); Blue value is 180 (70.70% from 255 or 36% from 500); Max value from RGB is 252 - color contains mainly: green. Hex color #44FCB4 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FCB4 is #BB034B. Grayscale: #BCBCBC. Windows color (decimal): -12256076 or 11861060. OLE color: 11861060.

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

Color convert

RGB68252180-
CMYK0.7300.290.01
HSL156.52º96.84%62.75%-
HSV(B)156.52º73.02%98.82%-
XYZ45.4374.1555.1-
YUV188.78123.0441.85-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 13.6%
GREEN value IS 252 (98.83% from 255) = 50.4%
BLUE value IS 180 (70.70% from 255) = 36%
R=13.6%
G=50.4%
B=36%

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
Decimal682521800.7300.290.01156.5296.8462.75
Hex44FCB44901D19d613f
Octal104374264111035123514177
Binary1000100111111001011010010010010111011100111011100001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44FCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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