Shades of Turquoise #45FEAD
Tints of Turquoise #45FEAD
RGB
CMYK
RGB Variations
Color information
#45FEAD (or 0x45FEAD) is known color: Turquoise. HEX triplet: 45, FE and AD. RGB value is (69,254,173). Sum of RGB (Red+Green+Blue) = 69+254+173=496 (65% of max value = 765). Red value is 69 (27.34% from 255 or 13.91% from 496); Green value is 254 (99.61% from 255 or 51.21% from 496); Blue value is 173 (67.97% from 255 or 34.88% from 496); Max value from RGB is 254 - color contains mainly: green. Hex color #45FEAD is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45FEAD is #BA0152. Grayscale: #BDBDBD. Windows color (decimal): -12190035 or 11402821. OLE color: 11402821.
HSL color Cylindrical-coordinate representation of color #45FEAD: hue angle of 153.73º 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 #45FEAD is Cyan = 0.73, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 254 | 173 | - |
| CMYK | 0.73 | 0 | 0.32 | 0.00 |
| HSL | 153.73º | 0.99% | 0.63% | - |
| HSV(B) | 153.73º | 0.73% | 1% | - |
| XYZ | 45.44 | 75.17 | 51.65 | - |
| YUV | 189.45 | 118.71 | 42.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 254 | 173 | 0.73 | 0 | 0.32 | 0.00 | 153.73 | 0.99 | 0.63 |
| Hex | 45 | FE | AD | 49 | 0 | 20 | 0 | 9A | 63 | 3F |
| Octal | 105 | 376 | 255 | 111 | 0 | 40 | 0 | 232 | 143 | 77 |
| Binary | 1000101 | 11111110 | 10101101 | 1001001 | 0 | 100000 | 0 | 10011010 | 1100011 | 111111 |
Color Harmonies of #45FEAD
Complementary color
Monochromatic Colors of #45FEAD
Black with #45FEAD
Text Example
Text Example
White with #45FEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FEAD; }
p { color: rgb(69,254,173); }
H1.HeaderClassName
{
color: #45FEAD;
}
.AnyTagClassName
{
color: #45FEAD;
}
</style>
background-color css
<style>
a { background-color: #45FEAD; }
a { background-color: rgb(69,254,173); }
div.DivClassName
{
background-color: #45FEAD;
}
.BgClassName
{
background-color: #45FEAD;
}
</style>
border-color css
<style>
span { border-color: #45FEAD; }
span { border-color: rgb(69,254,173); }
td.TdClassName
{
border-color: #45FEAD;
}
.TagClassName
{
border-color: #45FEAD;
}
</style>