Shades of Turquoise #45F0BC
Tints of Turquoise #45F0BC
RGB
CMYK
RGB Variations
Color information
#45F0BC (or 0x45F0BC) is known color: Turquoise. HEX triplet: 45, F0 and BC. RGB value is (69,240,188). Sum of RGB (Red+Green+Blue) = 69+240+188=497 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.88% from 497); Green value is 240 (94.14% from 255 or 48.29% from 497); Blue value is 188 (73.83% from 255 or 37.83% from 497); Max value from RGB is 240 - color contains mainly: green. Hex color #45F0BC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45F0BC is #BA0F43. Grayscale: #B6B6B6. Windows color (decimal): -12193604 or 12382277. OLE color: 12382277.
HSL color Cylindrical-coordinate representation of color #45F0BC: hue angle of 161.75º 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 #45F0BC is Cyan = 0.71, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 69 | 240 | 188 | - |
| CMYK | 0.71 | 0 | 0.22 | 0.06 |
| HSL | 161.75º | 0.85% | 0.61% | - |
| HSV(B) | 161.75º | 0.71% | 0.94% | - |
| XYZ | 42.69 | 67.22 | 58.3 | - |
| YUV | 182.94 | 130.85 | 46.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 240 | 188 | 0.71 | 0 | 0.22 | 0.06 | 161.75 | 0.85 | 0.61 |
| Hex | 45 | F0 | BC | 47 | 0 | 16 | 6 | A2 | 55 | 3D |
| Octal | 105 | 360 | 274 | 107 | 0 | 26 | 6 | 242 | 125 | 75 |
| Binary | 1000101 | 11110000 | 10111100 | 1000111 | 0 | 10110 | 110 | 10100010 | 1010101 | 111101 |
Color Harmonies of #45F0BC
Complementary color
Monochromatic Colors of #45F0BC
Black with #45F0BC
Text Example
Text Example
White with #45F0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45F0BC; }
p { color: rgb(69,240,188); }
H1.HeaderClassName
{
color: #45F0BC;
}
.AnyTagClassName
{
color: #45F0BC;
}
</style>
background-color css
<style>
a { background-color: #45F0BC; }
a { background-color: rgb(69,240,188); }
div.DivClassName
{
background-color: #45F0BC;
}
.BgClassName
{
background-color: #45F0BC;
}
</style>
border-color css
<style>
span { border-color: #45F0BC; }
span { border-color: rgb(69,240,188); }
td.TdClassName
{
border-color: #45F0BC;
}
.TagClassName
{
border-color: #45F0BC;
}
</style>