Shades of Turquoise #45FCBE
Tints of Turquoise #45FCBE
RGB
CMYK
RGB Variations
Color information
#45FCBE (or 0x45FCBE) is known color: Turquoise. HEX triplet: 45, FC and BE. RGB value is (69,252,190). Sum of RGB (Red+Green+Blue) = 69+252+190=511 (67% of max value = 765). Red value is 69 (27.34% from 255 or 13.50% from 511); Green value is 252 (98.83% from 255 or 49.32% from 511); Blue value is 190 (74.61% from 255 or 37.18% from 511); Max value from RGB is 252 - color contains mainly: green. Hex color #45FCBE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FCBE is #BA0341. Grayscale: #BEBEBE. Windows color (decimal): -12190530 or 12516421. OLE color: 12516421.
HSL color Cylindrical-coordinate representation of color #45FCBE: hue angle of 159.67º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FCBE is Cyan = 0.73, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 252 | 190 | - |
| CMYK | 0.73 | 0 | 0.25 | 0.01 |
| HSL | 159.67º | 0.97% | 0.63% | - |
| HSV(B) | 159.67º | 0.73% | 0.99% | - |
| XYZ | 46.56 | 74.6 | 60.66 | - |
| YUV | 190.22 | 127.87 | 41.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 252 | 190 | 0.73 | 0 | 0.25 | 0.01 | 159.67 | 0.97 | 0.63 |
| Hex | 45 | FC | BE | 49 | 0 | 19 | 1 | A0 | 61 | 3F |
| Octal | 105 | 374 | 276 | 111 | 0 | 31 | 1 | 240 | 141 | 77 |
| Binary | 1000101 | 11111100 | 10111110 | 1001001 | 0 | 11001 | 1 | 10100000 | 1100001 | 111111 |
Color Harmonies of #45FCBE
Complementary color
Monochromatic Colors of #45FCBE
Black with #45FCBE
Text Example
Text Example
White with #45FCBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FCBE; }
p { color: rgb(69,252,190); }
H1.HeaderClassName
{
color: #45FCBE;
}
.AnyTagClassName
{
color: #45FCBE;
}
</style>
background-color css
<style>
a { background-color: #45FCBE; }
a { background-color: rgb(69,252,190); }
div.DivClassName
{
background-color: #45FCBE;
}
.BgClassName
{
background-color: #45FCBE;
}
</style>
border-color css
<style>
span { border-color: #45FCBE; }
span { border-color: rgb(69,252,190); }
td.TdClassName
{
border-color: #45FCBE;
}
.TagClassName
{
border-color: #45FCBE;
}
</style>