Shades of Turquoise #45E1BB
Tints of Turquoise #45E1BB
RGB
CMYK
RGB Variations
Color information
#45E1BB (or 0x45E1BB) is known color: Turquoise. HEX triplet: 45, E1 and BB. RGB value is (69,225,187). Sum of RGB (Red+Green+Blue) = 69+225+187=481 (63% of max value = 765). Red value is 69 (27.34% from 255 or 14.35% from 481); Green value is 225 (88.28% from 255 or 46.78% from 481); Blue value is 187 (73.44% from 255 or 38.88% from 481); Max value from RGB is 225 - color contains mainly: green. Hex color #45E1BB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #45E1BB is #BA1E44. Grayscale: #AEAEAE. Windows color (decimal): -12197445 or 12312901. OLE color: 12312901.
HSL color Cylindrical-coordinate representation of color #45E1BB: hue angle of 165.38º 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 #45E1BB is Cyan = 0.69, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 69 | 225 | 187 | - |
| CMYK | 0.69 | 0 | 0.17 | 0.12 |
| HSL | 165.38º | 0.72% | 0.58% | - |
| HSV(B) | 165.38º | 0.69% | 0.88% | - |
| XYZ | 38.35 | 58.7 | 56.32 | - |
| YUV | 174.02 | 135.32 | 53.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 225 | 187 | 0.69 | 0 | 0.17 | 0.12 | 165.38 | 0.72 | 0.58 |
| Hex | 45 | E1 | BB | 45 | 0 | 11 | C | A5 | 48 | 3A |
| Octal | 105 | 341 | 273 | 105 | 0 | 21 | 14 | 245 | 110 | 72 |
| Binary | 1000101 | 11100001 | 10111011 | 1000101 | 0 | 10001 | 1100 | 10100101 | 1001000 | 111010 |
Color Harmonies of #45E1BB
Complementary color
Monochromatic Colors of #45E1BB
Black with #45E1BB
Text Example
Text Example
White with #45E1BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45E1BB; }
p { color: rgb(69,225,187); }
H1.HeaderClassName
{
color: #45E1BB;
}
.AnyTagClassName
{
color: #45E1BB;
}
</style>
background-color css
<style>
a { background-color: #45E1BB; }
a { background-color: rgb(69,225,187); }
div.DivClassName
{
background-color: #45E1BB;
}
.BgClassName
{
background-color: #45E1BB;
}
</style>
border-color css
<style>
span { border-color: #45E1BB; }
span { border-color: rgb(69,225,187); }
td.TdClassName
{
border-color: #45E1BB;
}
.TagClassName
{
border-color: #45E1BB;
}
</style>