Shades of Turquoise #45FEBB
Tints of Turquoise #45FEBB
RGB
CMYK
RGB Variations
Color information
#45FEBB (or 0x45FEBB) is known color: Turquoise. HEX triplet: 45, FE and BB. RGB value is (69,254,187). Sum of RGB (Red+Green+Blue) = 69+254+187=510 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.53% from 510); Green value is 254 (99.61% from 255 or 49.80% from 510); Blue value is 187 (73.44% from 255 or 36.67% from 510); Max value from RGB is 254 - color contains mainly: green. Hex color #45FEBB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FEBB is #BA0144. Grayscale: #BFBFBF. Windows color (decimal): -12190021 or 12320325. OLE color: 12320325.
HSL color Cylindrical-coordinate representation of color #45FEBB: hue angle of 158.27º degrees, saturation: 0.99, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FEBB is Cyan = 0.73, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 254 | 187 | - |
| CMYK | 0.73 | 0 | 0.26 | 0.00 |
| HSL | 158.27º | 0.99% | 0.63% | - |
| HSV(B) | 158.27º | 0.73% | 1% | - |
| XYZ | 46.87 | 75.74 | 59.16 | - |
| YUV | 191.05 | 125.71 | 40.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 254 | 187 | 0.73 | 0 | 0.26 | 0.00 | 158.27 | 0.99 | 0.63 |
| Hex | 45 | FE | BB | 49 | 0 | 1A | 0 | 9E | 63 | 3F |
| Octal | 105 | 376 | 273 | 111 | 0 | 32 | 0 | 236 | 143 | 77 |
| Binary | 1000101 | 11111110 | 10111011 | 1001001 | 0 | 11010 | 0 | 10011110 | 1100011 | 111111 |
Color Harmonies of #45FEBB
Complementary color
Monochromatic Colors of #45FEBB
Black with #45FEBB
Text Example
Text Example
White with #45FEBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FEBB; }
p { color: rgb(69,254,187); }
H1.HeaderClassName
{
color: #45FEBB;
}
.AnyTagClassName
{
color: #45FEBB;
}
</style>
background-color css
<style>
a { background-color: #45FEBB; }
a { background-color: rgb(69,254,187); }
div.DivClassName
{
background-color: #45FEBB;
}
.BgClassName
{
background-color: #45FEBB;
}
</style>
border-color css
<style>
span { border-color: #45FEBB; }
span { border-color: rgb(69,254,187); }
td.TdClassName
{
border-color: #45FEBB;
}
.TagClassName
{
border-color: #45FEBB;
}
</style>