Shades of Turquoise #45FFBB
Tints of Turquoise #45FFBB
RGB
CMYK
RGB Variations
Color information
#45FFBB (or 0x45FFBB) is known color: Turquoise. HEX triplet: 45, FF and BB. RGB value is (69,255,187). Sum of RGB (Red+Green+Blue) = 69+255+187=511 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.50% from 511); Green value is 255 (100% from 255 or 49.90% from 511); Blue value is 187 (73.44% from 255 or 36.59% from 511); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FFBB is #BA0044. Grayscale: #BFBFBF. Windows color (decimal): -12189765 or 12320581. OLE color: 12320581.
HSL color Cylindrical-coordinate representation of color #45FFBB: hue angle of 158.06º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FFBB is Cyan = 0.73, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 187 | - |
| CMYK | 0.73 | 0 | 0.27 | 0 |
| HSL | 158.06º | 1% | 0.64% | - |
| HSV(B) | 158.06º | 0.73% | 1% | - |
| XYZ | 47.18 | 76.37 | 59.27 | - |
| YUV | 191.63 | 125.38 | 40.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 187 | 0.73 | 0 | 0.27 | 0 | 158.06 | 1 | 0.64 |
| Hex | 45 | FF | BB | 49 | 0 | 1B | 0 | 9E | 64 | 40 |
| Octal | 105 | 377 | 273 | 111 | 0 | 33 | 0 | 236 | 144 | 100 |
| Binary | 1000101 | 11111111 | 10111011 | 1001001 | 0 | 11011 | 0 | 10011110 | 1100100 | 1000000 |
Color Harmonies of #45FFBB
Complementary color
Monochromatic Colors of #45FFBB
Black with #45FFBB
Text Example
Text Example
White with #45FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFBB; }
p { color: rgb(69,255,187); }
H1.HeaderClassName
{
color: #45FFBB;
}
.AnyTagClassName
{
color: #45FFBB;
}
</style>
background-color css
<style>
a { background-color: #45FFBB; }
a { background-color: rgb(69,255,187); }
div.DivClassName
{
background-color: #45FFBB;
}
.BgClassName
{
background-color: #45FFBB;
}
</style>
border-color css
<style>
span { border-color: #45FFBB; }
span { border-color: rgb(69,255,187); }
td.TdClassName
{
border-color: #45FFBB;
}
.TagClassName
{
border-color: #45FFBB;
}
</style>