Shades of Turquoise #45F0BB
Tints of Turquoise #45F0BB
RGB
CMYK
RGB Variations
Color information
#45F0BB (or 0x45F0BB) is known color: Turquoise. HEX triplet: 45, F0 and BB. RGB value is (69,240,187). Sum of RGB (Red+Green+Blue) = 69+240+187=496 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.91% from 496); Green value is 240 (94.14% from 255 or 48.39% from 496); Blue value is 187 (73.44% from 255 or 37.70% from 496); Max value from RGB is 240 - color contains mainly: green. Hex color #45F0BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F0BB is #BA0F44. Grayscale: #B6B6B6. Windows color (decimal): -12193605 or 12316741. OLE color: 12316741.
HSL color Cylindrical-coordinate representation of color #45F0BB: hue angle of 161.4º degrees, saturation: 0.85, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #45F0BB is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 240 | 187 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.06 |
| HSL | 161.4º | 0.85% | 0.61% | - |
| HSV(B) | 161.4º | 0.71% | 0.94% | - |
| XYZ | 42.58 | 67.17 | 57.74 | - |
| YUV | 182.83 | 130.35 | 46.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 240 | 187 | 0.71 | 0 | 0.22 | 0.06 | 161.4 | 0.85 | 0.61 |
| Hex | 45 | F0 | BB | 47 | 0 | 16 | 6 | A1 | 55 | 3D |
| Octal | 105 | 360 | 273 | 107 | 0 | 26 | 6 | 241 | 125 | 75 |
| Binary | 1000101 | 11110000 | 10111011 | 1000111 | 0 | 10110 | 110 | 10100001 | 1010101 | 111101 |
Color Harmonies of #45F0BB
Complementary color
Monochromatic Colors of #45F0BB
Black with #45F0BB
Text Example
Text Example
White with #45F0BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F0BB; }
p { color: rgb(69,240,187); }
H1.HeaderClassName
{
color: #45F0BB;
}
.AnyTagClassName
{
color: #45F0BB;
}
</style>
background-color css
<style>
a { background-color: #45F0BB; }
a { background-color: rgb(69,240,187); }
div.DivClassName
{
background-color: #45F0BB;
}
.BgClassName
{
background-color: #45F0BB;
}
</style>
border-color css
<style>
span { border-color: #45F0BB; }
span { border-color: rgb(69,240,187); }
td.TdClassName
{
border-color: #45F0BB;
}
.TagClassName
{
border-color: #45F0BB;
}
</style>