Shades of Turquoise #45E1BA
Tints of Turquoise #45E1BA
RGB
CMYK
RGB Variations
Color information
#45E1BA (or 0x45E1BA) is known color: Turquoise. HEX triplet: 45, E1 and BA. RGB value is (69,225,186). Sum of RGB (Red+Green+Blue) = 69+225+186=480 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.38% from 480); Green value is 225 (88.28% from 255 or 46.88% from 480); Blue value is 186 (73.05% from 255 or 38.75% from 480); Max value from RGB is 225 - color contains mainly: green. Hex color #45E1BA is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E1BA is #BA1E45. Grayscale: #ADADAD. Windows color (decimal): -12197446 or 12247365. OLE color: 12247365.
HSL color Cylindrical-coordinate representation of color #45E1BA: hue angle of 165º degrees, saturation: 0.72, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #45E1BA is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 225 | 186 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.12 |
| HSL | 165º | 0.72% | 0.58% | - |
| HSV(B) | 165º | 0.69% | 0.88% | - |
| XYZ | 38.24 | 58.66 | 55.76 | - |
| YUV | 173.91 | 134.82 | 53.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 225 | 186 | 0.69 | 0 | 0.17 | 0.12 | 165 | 0.72 | 0.58 |
| Hex | 45 | E1 | BA | 45 | 0 | 11 | C | A5 | 48 | 3A |
| Octal | 105 | 341 | 272 | 105 | 0 | 21 | 14 | 245 | 110 | 72 |
| Binary | 1000101 | 11100001 | 10111010 | 1000101 | 0 | 10001 | 1100 | 10100101 | 1001000 | 111010 |
Color Harmonies of #45E1BA
Complementary color
Monochromatic Colors of #45E1BA
Black with #45E1BA
Text Example
Text Example
White with #45E1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E1BA; }
p { color: rgb(69,225,186); }
H1.HeaderClassName
{
color: #45E1BA;
}
.AnyTagClassName
{
color: #45E1BA;
}
</style>
background-color css
<style>
a { background-color: #45E1BA; }
a { background-color: rgb(69,225,186); }
div.DivClassName
{
background-color: #45E1BA;
}
.BgClassName
{
background-color: #45E1BA;
}
</style>
border-color css
<style>
span { border-color: #45E1BA; }
span { border-color: rgb(69,225,186); }
td.TdClassName
{
border-color: #45E1BA;
}
.TagClassName
{
border-color: #45E1BA;
}
</style>