Shades of Turquoise #45FFBE
Tints of Turquoise #45FFBE
RGB
CMYK
RGB Variations
Color information
#45FFBE (or 0x45FFBE) is known color: Turquoise. HEX triplet: 45, FF and BE. RGB value is (69,255,190). Sum of RGB (Red+Green+Blue) = 69+255+190=514 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.42% from 514); Green value is 255 (100% from 255 or 49.61% from 514); Blue value is 190 (74.61% from 255 or 36.96% from 514); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FFBE is #BA0041. Grayscale: #C0C0C0. Windows color (decimal): -12189762 or 12517189. OLE color: 12517189.
HSL color Cylindrical-coordinate representation of color #45FFBE: hue angle of 159.03º 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 #45FFBE is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 190 | - |
| CMYK | 0.73 | 0 | 0.25 | 0 |
| HSL | 159.03º | 1% | 0.64% | - |
| HSV(B) | 159.03º | 0.73% | 1% | - |
| XYZ | 47.51 | 76.5 | 60.98 | - |
| YUV | 191.98 | 126.88 | 40.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 190 | 0.73 | 0 | 0.25 | 0 | 159.03 | 1 | 0.64 |
| Hex | 45 | FF | BE | 49 | 0 | 19 | 0 | 9F | 64 | 40 |
| Octal | 105 | 377 | 276 | 111 | 0 | 31 | 0 | 237 | 144 | 100 |
| Binary | 1000101 | 11111111 | 10111110 | 1001001 | 0 | 11001 | 0 | 10011111 | 1100100 | 1000000 |
Color Harmonies of #45FFBE
Complementary color
Monochromatic Colors of #45FFBE
Black with #45FFBE
Text Example
Text Example
White with #45FFBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFBE; }
p { color: rgb(69,255,190); }
H1.HeaderClassName
{
color: #45FFBE;
}
.AnyTagClassName
{
color: #45FFBE;
}
</style>
background-color css
<style>
a { background-color: #45FFBE; }
a { background-color: rgb(69,255,190); }
div.DivClassName
{
background-color: #45FFBE;
}
.BgClassName
{
background-color: #45FFBE;
}
</style>
border-color css
<style>
span { border-color: #45FFBE; }
span { border-color: rgb(69,255,190); }
td.TdClassName
{
border-color: #45FFBE;
}
.TagClassName
{
border-color: #45FFBE;
}
</style>