Shades of Turquoise #45FFBC
Tints of Turquoise #45FFBC
RGB
CMYK
RGB Variations
Color information
#45FFBC (or 0x45FFBC) is known color: Turquoise. HEX triplet: 45, FF and BC. RGB value is (69,255,188). Sum of RGB (Red+Green+Blue) = 69+255+188=512 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.48% from 512); Green value is 255 (100% from 255 or 49.80% from 512); Blue value is 188 (73.83% from 255 or 36.72% from 512); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFBC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FFBC is #BA0043. Grayscale: #BFBFBF. Windows color (decimal): -12189764 or 12386117. OLE color: 12386117.
HSL color Cylindrical-coordinate representation of color #45FFBC: hue angle of 158.39º 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 #45FFBC is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 188 | - |
| CMYK | 0.73 | 0 | 0.26 | 0 |
| HSL | 158.39º | 1% | 0.64% | - |
| HSV(B) | 158.39º | 0.73% | 1% | - |
| XYZ | 47.29 | 76.42 | 59.83 | - |
| YUV | 191.75 | 125.88 | 40.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 188 | 0.73 | 0 | 0.26 | 0 | 158.39 | 1 | 0.64 |
| Hex | 45 | FF | BC | 49 | 0 | 1A | 0 | 9E | 64 | 40 |
| Octal | 105 | 377 | 274 | 111 | 0 | 32 | 0 | 236 | 144 | 100 |
| Binary | 1000101 | 11111111 | 10111100 | 1001001 | 0 | 11010 | 0 | 10011110 | 1100100 | 1000000 |
Color Harmonies of #45FFBC
Complementary color
Monochromatic Colors of #45FFBC
Black with #45FFBC
Text Example
Text Example
White with #45FFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFBC; }
p { color: rgb(69,255,188); }
H1.HeaderClassName
{
color: #45FFBC;
}
.AnyTagClassName
{
color: #45FFBC;
}
</style>
background-color css
<style>
a { background-color: #45FFBC; }
a { background-color: rgb(69,255,188); }
div.DivClassName
{
background-color: #45FFBC;
}
.BgClassName
{
background-color: #45FFBC;
}
</style>
border-color css
<style>
span { border-color: #45FFBC; }
span { border-color: rgb(69,255,188); }
td.TdClassName
{
border-color: #45FFBC;
}
.TagClassName
{
border-color: #45FFBC;
}
</style>