Shades of Turquoise #45FED0
Tints of Turquoise #45FED0
RGB
CMYK
RGB Variations
Color information
#45FED0 (or 0x45FED0) is known color: Turquoise. HEX triplet: 45, FE and D0. RGB value is (69,254,208). Sum of RGB (Red+Green+Blue) = 69+254+208=531 (70% of max value = 765). Red value is 69 (27.34% from 255 or 12.99% from 531); Green value is 254 (99.61% from 255 or 47.83% from 531); Blue value is 208 (81.64% from 255 or 39.17% from 531); Max value from RGB is 254 - color contains mainly: green. Hex color #45FED0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FED0 is #BA012F. Grayscale: #C1C1C1. Windows color (decimal): -12190000 or 13696581. OLE color: 13696581.
HSL color Cylindrical-coordinate representation of color #45FED0: hue angle of 165.08º 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 #45FED0 is Cyan = 0.73, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 69 | 254 | 208 | - |
| CMYK | 0.73 | 0 | 0.18 | 0.00 |
| HSL | 165.08º | 0.99% | 0.63% | - |
| HSV(B) | 165.08º | 0.73% | 1% | - |
| XYZ | 49.28 | 76.7 | 71.88 | - |
| YUV | 193.44 | 136.21 | 39.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 254 | 208 | 0.73 | 0 | 0.18 | 0.00 | 165.08 | 0.99 | 0.63 |
| Hex | 45 | FE | D0 | 49 | 0 | 12 | 0 | A5 | 63 | 3F |
| Octal | 105 | 376 | 320 | 111 | 0 | 22 | 0 | 245 | 143 | 77 |
| Binary | 1000101 | 11111110 | 11010000 | 1001001 | 0 | 10010 | 0 | 10100101 | 1100011 | 111111 |
Color Harmonies of #45FED0
Complementary color
Monochromatic Colors of #45FED0
Black with #45FED0
Text Example
Text Example
White with #45FED0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FED0; }
p { color: rgb(69,254,208); }
H1.HeaderClassName
{
color: #45FED0;
}
.AnyTagClassName
{
color: #45FED0;
}
</style>
background-color css
<style>
a { background-color: #45FED0; }
a { background-color: rgb(69,254,208); }
div.DivClassName
{
background-color: #45FED0;
}
.BgClassName
{
background-color: #45FED0;
}
</style>
border-color css
<style>
span { border-color: #45FED0; }
span { border-color: rgb(69,254,208); }
td.TdClassName
{
border-color: #45FED0;
}
.TagClassName
{
border-color: #45FED0;
}
</style>