Shades of Turquoise #45F5BA
Tints of Turquoise #45F5BA
RGB
CMYK
RGB Variations
Color information
#45F5BA (or 0x45F5BA) is known color: Turquoise. HEX triplet: 45, F5 and BA. RGB value is (69,245,186). Sum of RGB (Red+Green+Blue) = 69+245+186=500 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.8% from 500); Green value is 245 (96.09% from 255 or 49% from 500); Blue value is 186 (73.05% from 255 or 37.2% from 500); Max value from RGB is 245 - color contains mainly: green. Hex color #45F5BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F5BA is #BA0A45. Grayscale: #B9B9B9. Windows color (decimal): -12192326 or 12252485. OLE color: 12252485.
HSL color Cylindrical-coordinate representation of color #45F5BA: hue angle of 159.89º degrees, saturation: 0.9, 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 #45F5BA is Cyan = 0.72, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 69 | 245 | 186 | - |
| CMYK | 0.72 | 0 | 0.24 | 0.04 |
| HSL | 159.89º | 0.9% | 0.62% | - |
| HSV(B) | 159.89º | 0.72% | 0.96% | - |
| XYZ | 43.97 | 70.12 | 57.67 | - |
| YUV | 185.65 | 128.19 | 44.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 245 | 186 | 0.72 | 0 | 0.24 | 0.04 | 159.89 | 0.9 | 0.62 |
| Hex | 45 | F5 | BA | 48 | 0 | 18 | 4 | A0 | 5A | 3E |
| Octal | 105 | 365 | 272 | 110 | 0 | 30 | 4 | 240 | 132 | 76 |
| Binary | 1000101 | 11110101 | 10111010 | 1001000 | 0 | 11000 | 100 | 10100000 | 1011010 | 111110 |
Color Harmonies of #45F5BA
Complementary color
Monochromatic Colors of #45F5BA
Black with #45F5BA
Text Example
Text Example
White with #45F5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F5BA; }
p { color: rgb(69,245,186); }
H1.HeaderClassName
{
color: #45F5BA;
}
.AnyTagClassName
{
color: #45F5BA;
}
</style>
background-color css
<style>
a { background-color: #45F5BA; }
a { background-color: rgb(69,245,186); }
div.DivClassName
{
background-color: #45F5BA;
}
.BgClassName
{
background-color: #45F5BA;
}
</style>
border-color css
<style>
span { border-color: #45F5BA; }
span { border-color: rgb(69,245,186); }
td.TdClassName
{
border-color: #45F5BA;
}
.TagClassName
{
border-color: #45F5BA;
}
</style>