Shades of Turquoise #45FEBE
Tints of Turquoise #45FEBE
RGB
CMYK
RGB Variations
Color information
#45FEBE (or 0x45FEBE) is known color: Turquoise. HEX triplet: 45, FE and BE. RGB value is (69,254,190). Sum of RGB (Red+Green+Blue) = 69+254+190=513 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.45% from 513); Green value is 254 (99.61% from 255 or 49.51% from 513); Blue value is 190 (74.61% from 255 or 37.04% from 513); Max value from RGB is 254 - color contains mainly: green. Hex color #45FEBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FEBE is #BA0141. Grayscale: #BFBFBF. Windows color (decimal): -12190018 or 12516933. OLE color: 12516933.
HSL color Cylindrical-coordinate representation of color #45FEBE: hue angle of 159.24º 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 #45FEBE is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 254 | 190 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.00 |
| HSL | 159.24º | 0.99% | 0.63% | - |
| HSV(B) | 159.24º | 0.73% | 1% | - |
| XYZ | 47.19 | 75.87 | 60.87 | - |
| YUV | 191.39 | 127.21 | 40.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 254 | 190 | 0.73 | 0 | 0.25 | 0.00 | 159.24 | 0.99 | 0.63 |
| Hex | 45 | FE | BE | 49 | 0 | 19 | 0 | 9F | 63 | 3F |
| Octal | 105 | 376 | 276 | 111 | 0 | 31 | 0 | 237 | 143 | 77 |
| Binary | 1000101 | 11111110 | 10111110 | 1001001 | 0 | 11001 | 0 | 10011111 | 1100011 | 111111 |
Color Harmonies of #45FEBE
Complementary color
Monochromatic Colors of #45FEBE
Black with #45FEBE
Text Example
Text Example
White with #45FEBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FEBE; }
p { color: rgb(69,254,190); }
H1.HeaderClassName
{
color: #45FEBE;
}
.AnyTagClassName
{
color: #45FEBE;
}
</style>
background-color css
<style>
a { background-color: #45FEBE; }
a { background-color: rgb(69,254,190); }
div.DivClassName
{
background-color: #45FEBE;
}
.BgClassName
{
background-color: #45FEBE;
}
</style>
border-color css
<style>
span { border-color: #45FEBE; }
span { border-color: rgb(69,254,190); }
td.TdClassName
{
border-color: #45FEBE;
}
.TagClassName
{
border-color: #45FEBE;
}
</style>