Shades of Turquoise #44F8B3
Tints of Turquoise #44F8B3
RGB
CMYK
RGB Variations
Color information
#44F8B3 (or 0x44F8B3) is known color: Turquoise. HEX triplet: 44, F8 and B3. RGB value is (68,248,179). Sum of RGB (Red+Green+Blue) = 68+248+179=495 (65% of max value = 765). Red value is 68 (26.95% from 255 or 13.74% from 495); Green value is 248 (97.27% from 255 or 50.10% from 495); Blue value is 179 (70.31% from 255 or 36.16% from 495); Max value from RGB is 248 - color contains mainly: green. Hex color #44F8B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F8B3 is #BB074C. Grayscale: #BABABA. Windows color (decimal): -12257101 or 11794500. OLE color: 11794500.
HSL color Cylindrical-coordinate representation of color #44F8B3: hue angle of 157º degrees, saturation: 0.93, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44F8B3 is Cyan = 0.73, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 68 | 248 | 179 | - |
| CMYK | 0.73 | 0 | 0.28 | 0.03 |
| HSL | 157º | 0.93% | 0.62% | - |
| HSV(B) | 157º | 0.73% | 0.97% | - |
| XYZ | 44.09 | 71.62 | 54.15 | - |
| YUV | 186.31 | 123.87 | 43.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 248 | 179 | 0.73 | 0 | 0.28 | 0.03 | 157 | 0.93 | 0.62 |
| Hex | 44 | F8 | B3 | 49 | 0 | 1C | 3 | 9D | 5D | 3E |
| Octal | 104 | 370 | 263 | 111 | 0 | 34 | 3 | 235 | 135 | 76 |
| Binary | 1000100 | 11111000 | 10110011 | 1001001 | 0 | 11100 | 11 | 10011101 | 1011101 | 111110 |
Color Harmonies of #44F8B3
Complementary color
Monochromatic Colors of #44F8B3
Black with #44F8B3
Text Example
Text Example
White with #44F8B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F8B3; }
p { color: rgb(68,248,179); }
H1.HeaderClassName
{
color: #44F8B3;
}
.AnyTagClassName
{
color: #44F8B3;
}
</style>
background-color css
<style>
a { background-color: #44F8B3; }
a { background-color: rgb(68,248,179); }
div.DivClassName
{
background-color: #44F8B3;
}
.BgClassName
{
background-color: #44F8B3;
}
</style>
border-color css
<style>
span { border-color: #44F8B3; }
span { border-color: rgb(68,248,179); }
td.TdClassName
{
border-color: #44F8B3;
}
.TagClassName
{
border-color: #44F8B3;
}
</style>