Shades of Turquoise #44F6BD
Tints of Turquoise #44F6BD
RGB
CMYK
RGB Variations
Color information
#44F6BD (or 0x44F6BD) is known color: Turquoise. HEX triplet: 44, F6 and BD. RGB value is (68,246,189). Sum of RGB (Red+Green+Blue) = 68+246+189=503 (66% of max value = 765). Red value is 68 (26.95% from 255 or 13.52% from 503); Green value is 246 (96.48% from 255 or 48.91% from 503); Blue value is 189 (74.22% from 255 or 37.57% from 503); Max value from RGB is 246 - color contains mainly: green. Hex color #44F6BD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44F6BD is #BB0942. Grayscale: #BABABA. Windows color (decimal): -12257603 or 12449348. OLE color: 12449348.
HSL color Cylindrical-coordinate representation of color #44F6BD: hue angle of 160.79º degrees, saturation: 0.91, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #44F6BD is Cyan = 0.72, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 68 | 246 | 189 | - |
| CMYK | 0.72 | 0 | 0.23 | 0.04 |
| HSL | 160.79º | 0.91% | 0.62% | - |
| HSV(B) | 160.79º | 0.72% | 0.96% | - |
| XYZ | 44.52 | 70.81 | 59.47 | - |
| YUV | 186.28 | 129.53 | 43.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 246 | 189 | 0.72 | 0 | 0.23 | 0.04 | 160.79 | 0.91 | 0.62 |
| Hex | 44 | F6 | BD | 48 | 0 | 17 | 4 | A1 | 5B | 3E |
| Octal | 104 | 366 | 275 | 110 | 0 | 27 | 4 | 241 | 133 | 76 |
| Binary | 1000100 | 11110110 | 10111101 | 1001000 | 0 | 10111 | 100 | 10100001 | 1011011 | 111110 |
Color Harmonies of #44F6BD
Complementary color
Monochromatic Colors of #44F6BD
Black with #44F6BD
Text Example
Text Example
White with #44F6BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44F6BD; }
p { color: rgb(68,246,189); }
H1.HeaderClassName
{
color: #44F6BD;
}
.AnyTagClassName
{
color: #44F6BD;
}
</style>
background-color css
<style>
a { background-color: #44F6BD; }
a { background-color: rgb(68,246,189); }
div.DivClassName
{
background-color: #44F6BD;
}
.BgClassName
{
background-color: #44F6BD;
}
</style>
border-color css
<style>
span { border-color: #44F6BD; }
span { border-color: rgb(68,246,189); }
td.TdClassName
{
border-color: #44F6BD;
}
.TagClassName
{
border-color: #44F6BD;
}
</style>