Shades of Turquoise #45F0B9
Tints of Turquoise #45F0B9
RGB
CMYK
RGB Variations
Color information
#45F0B9 (or 0x45F0B9) is known color: Turquoise. HEX triplet: 45, F0 and B9. RGB value is (69,240,185). Sum of RGB (Red+Green+Blue) = 69+240+185=494 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.97% from 494); Green value is 240 (94.14% from 255 or 48.58% from 494); Blue value is 185 (72.66% from 255 or 37.45% from 494); Max value from RGB is 240 - color contains mainly: green. Hex color #45F0B9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F0B9 is #BA0F46. Grayscale: #B6B6B6. Windows color (decimal): -12193607 or 12185669. OLE color: 12185669.
HSL color Cylindrical-coordinate representation of color #45F0B9: hue angle of 160.7º 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 #45F0B9 is Cyan = 0.71, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 240 | 185 | - |
| CMYK | 0.71 | 0 | 0.23 | 0.06 |
| HSL | 160.7º | 0.85% | 0.61% | - |
| HSV(B) | 160.7º | 0.71% | 0.94% | - |
| XYZ | 42.37 | 67.09 | 56.62 | - |
| YUV | 182.6 | 129.35 | 46.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 240 | 185 | 0.71 | 0 | 0.23 | 0.06 | 160.7 | 0.85 | 0.61 |
| Hex | 45 | F0 | B9 | 47 | 0 | 17 | 6 | A1 | 55 | 3D |
| Octal | 105 | 360 | 271 | 107 | 0 | 27 | 6 | 241 | 125 | 75 |
| Binary | 1000101 | 11110000 | 10111001 | 1000111 | 0 | 10111 | 110 | 10100001 | 1010101 | 111101 |
Color Harmonies of #45F0B9
Complementary color
Monochromatic Colors of #45F0B9
Black with #45F0B9
Text Example
Text Example
White with #45F0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F0B9; }
p { color: rgb(69,240,185); }
H1.HeaderClassName
{
color: #45F0B9;
}
.AnyTagClassName
{
color: #45F0B9;
}
</style>
background-color css
<style>
a { background-color: #45F0B9; }
a { background-color: rgb(69,240,185); }
div.DivClassName
{
background-color: #45F0B9;
}
.BgClassName
{
background-color: #45F0B9;
}
</style>
border-color css
<style>
span { border-color: #45F0B9; }
span { border-color: rgb(69,240,185); }
td.TdClassName
{
border-color: #45F0B9;
}
.TagClassName
{
border-color: #45F0B9;
}
</style>