Shades of Turquoise #44FBBC
Tints of Turquoise #44FBBC
RGB
CMYK
RGB Variations
Color information
#44FBBC (or 0x44FBBC) is known color: Turquoise. HEX triplet: 44, FB and BC. RGB value is (68,251,188). Sum of RGB (Red+Green+Blue) = 68+251+188=507 (67% of max value = 765). Red value is 68 (26.95% from 255 or 13.41% from 507); Green value is 251 (98.44% from 255 or 49.51% from 507); Blue value is 188 (73.83% from 255 or 37.08% from 507); Max value from RGB is 251 - color contains mainly: green. Hex color #44FBBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #44FBBC is #BB0443. Grayscale: #BDBDBD. Windows color (decimal): -12256324 or 12385092. OLE color: 12385092.
HSL color Cylindrical-coordinate representation of color #44FBBC: hue angle of 159.34º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #44FBBC is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 68 | 251 | 188 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.02 |
| HSL | 159.34º | 0.96% | 0.63% | - |
| HSV(B) | 159.34º | 0.73% | 0.98% | - |
| XYZ | 45.96 | 73.85 | 59.41 | - |
| YUV | 189.1 | 127.37 | 41.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 251 | 188 | 0.73 | 0 | 0.25 | 0.02 | 159.34 | 0.96 | 0.63 |
| Hex | 44 | FB | BC | 49 | 0 | 19 | 2 | 9F | 60 | 3F |
| Octal | 104 | 373 | 274 | 111 | 0 | 31 | 2 | 237 | 140 | 77 |
| Binary | 1000100 | 11111011 | 10111100 | 1001001 | 0 | 11001 | 10 | 10011111 | 1100000 | 111111 |
Color Harmonies of #44FBBC
Complementary color
Monochromatic Colors of #44FBBC
Black with #44FBBC
Text Example
Text Example
White with #44FBBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44FBBC; }
p { color: rgb(68,251,188); }
H1.HeaderClassName
{
color: #44FBBC;
}
.AnyTagClassName
{
color: #44FBBC;
}
</style>
background-color css
<style>
a { background-color: #44FBBC; }
a { background-color: rgb(68,251,188); }
div.DivClassName
{
background-color: #44FBBC;
}
.BgClassName
{
background-color: #44FBBC;
}
</style>
border-color css
<style>
span { border-color: #44FBBC; }
span { border-color: rgb(68,251,188); }
td.TdClassName
{
border-color: #44FBBC;
}
.TagClassName
{
border-color: #44FBBC;
}
</style>