Shades of Turquoise #45FEC9
Tints of Turquoise #45FEC9
RGB
CMYK
RGB Variations
Color information
#45FEC9 (or 0x45FEC9) is known color: Turquoise. HEX triplet: 45, FE and C9. RGB value is (69,254,201). Sum of RGB (Red+Green+Blue) = 69+254+201=524 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.17% from 524); Green value is 254 (99.61% from 255 or 48.47% from 524); Blue value is 201 (78.91% from 255 or 38.36% from 524); Max value from RGB is 254 - color contains mainly: green. Hex color #45FEC9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FEC9 is #BA0136. Grayscale: #C0C0C0. Windows color (decimal): -12190007 or 13237829. OLE color: 13237829.
HSL color Cylindrical-coordinate representation of color #45FEC9: hue angle of 162.81º 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 #45FEC9 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 254 | 201 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.00 |
| HSL | 162.81º | 0.99% | 0.63% | - |
| HSV(B) | 162.81º | 0.73% | 1% | - |
| XYZ | 48.44 | 76.37 | 67.45 | - |
| YUV | 192.64 | 132.71 | 39.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 254 | 201 | 0.73 | 0 | 0.21 | 0.00 | 162.81 | 0.99 | 0.63 |
| Hex | 45 | FE | C9 | 49 | 0 | 15 | 0 | A3 | 63 | 3F |
| Octal | 105 | 376 | 311 | 111 | 0 | 25 | 0 | 243 | 143 | 77 |
| Binary | 1000101 | 11111110 | 11001001 | 1001001 | 0 | 10101 | 0 | 10100011 | 1100011 | 111111 |
Color Harmonies of #45FEC9
Complementary color
Monochromatic Colors of #45FEC9
Black with #45FEC9
Text Example
Text Example
White with #45FEC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FEC9; }
p { color: rgb(69,254,201); }
H1.HeaderClassName
{
color: #45FEC9;
}
.AnyTagClassName
{
color: #45FEC9;
}
</style>
background-color css
<style>
a { background-color: #45FEC9; }
a { background-color: rgb(69,254,201); }
div.DivClassName
{
background-color: #45FEC9;
}
.BgClassName
{
background-color: #45FEC9;
}
</style>
border-color css
<style>
span { border-color: #45FEC9; }
span { border-color: rgb(69,254,201); }
td.TdClassName
{
border-color: #45FEC9;
}
.TagClassName
{
border-color: #45FEC9;
}
</style>