Shades of Turquoise #45E9BA
Tints of Turquoise #45E9BA
RGB
CMYK
RGB Variations
Color information
#45E9BA (or 0x45E9BA) is known color: Turquoise. HEX triplet: 45, E9 and BA. RGB value is (69,233,186). Sum of RGB (Red+Green+Blue) = 69+233+186=488 (64% of max value = 765). Red value is 69 (27.34% from 255 or 14.14% from 488); Green value is 233 (91.41% from 255 or 47.75% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 233 - color contains mainly: green. Hex color #45E9BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45E9BA is #BA1645. Grayscale: #B2B2B2. Windows color (decimal): -12195398 or 12249413. OLE color: 12249413.
HSL color Cylindrical-coordinate representation of color #45E9BA: hue angle of 162.8º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #45E9BA is Cyan = 0.70, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 69 | 233 | 186 | - |
| CMYK | 0.70 | 0 | 0.20 | 0.09 |
| HSL | 162.8º | 0.79% | 0.59% | - |
| HSV(B) | 162.8º | 0.7% | 0.91% | - |
| XYZ | 40.46 | 63.09 | 56.5 | - |
| YUV | 178.61 | 132.17 | 49.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 233 | 186 | 0.70 | 0 | 0.20 | 0.09 | 162.8 | 0.79 | 0.59 |
| Hex | 45 | E9 | BA | 46 | 0 | 14 | 9 | A3 | 4F | 3B |
| Octal | 105 | 351 | 272 | 106 | 0 | 24 | 11 | 243 | 117 | 73 |
| Binary | 1000101 | 11101001 | 10111010 | 1000110 | 0 | 10100 | 1001 | 10100011 | 1001111 | 111011 |
Color Harmonies of #45E9BA
Complementary color
Monochromatic Colors of #45E9BA
Black with #45E9BA
Text Example
Text Example
White with #45E9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E9BA; }
p { color: rgb(69,233,186); }
H1.HeaderClassName
{
color: #45E9BA;
}
.AnyTagClassName
{
color: #45E9BA;
}
</style>
background-color css
<style>
a { background-color: #45E9BA; }
a { background-color: rgb(69,233,186); }
div.DivClassName
{
background-color: #45E9BA;
}
.BgClassName
{
background-color: #45E9BA;
}
</style>
border-color css
<style>
span { border-color: #45E9BA; }
span { border-color: rgb(69,233,186); }
td.TdClassName
{
border-color: #45E9BA;
}
.TagClassName
{
border-color: #45E9BA;
}
</style>