Shades of Turquoise #45FFE0
Tints of Turquoise #45FFE0
RGB
CMYK
RGB Variations
Color information
#45FFE0 (or 0x45FFE0) is known color: Turquoise. HEX triplet: 45, FF and E0. RGB value is (69,255,224). Sum of RGB (Red+Green+Blue) = 69+255+224=548 (72% of max value = 765). Red value is 69 (27.34% from 255 or 12.59% from 548); Green value is 255 (100% from 255 or 46.53% from 548); Blue value is 224 (87.89% from 255 or 40.88% from 548); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFE0 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FFE0 is #BA001F. Grayscale: #C3C3C3. Windows color (decimal): -12189728 or 14745413. OLE color: 14745413.
HSL color Cylindrical-coordinate representation of color #45FFE0: hue angle of 170º degrees, saturation: 1, lightness: 0.64%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FFE0 is Cyan = 0.73, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 224 | - |
| CMYK | 0.73 | 0 | 0.12 | 0 |
| HSL | 170º | 1% | 0.64% | - |
| HSV(B) | 170º | 0.73% | 1% | - |
| XYZ | 51.67 | 78.17 | 82.89 | - |
| YUV | 195.85 | 143.88 | 37.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 224 | 0.73 | 0 | 0.12 | 0 | 170 | 1 | 0.64 |
| Hex | 45 | FF | E0 | 49 | 0 | C | 0 | AA | 64 | 40 |
| Octal | 105 | 377 | 340 | 111 | 0 | 14 | 0 | 252 | 144 | 100 |
| Binary | 1000101 | 11111111 | 11100000 | 1001001 | 0 | 1100 | 0 | 10101010 | 1100100 | 1000000 |
Color Harmonies of #45FFE0
Complementary color
Monochromatic Colors of #45FFE0
Black with #45FFE0
Text Example
Text Example
White with #45FFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFE0; }
p { color: rgb(69,255,224); }
H1.HeaderClassName
{
color: #45FFE0;
}
.AnyTagClassName
{
color: #45FFE0;
}
</style>
background-color css
<style>
a { background-color: #45FFE0; }
a { background-color: rgb(69,255,224); }
div.DivClassName
{
background-color: #45FFE0;
}
.BgClassName
{
background-color: #45FFE0;
}
</style>
border-color css
<style>
span { border-color: #45FFE0; }
span { border-color: rgb(69,255,224); }
td.TdClassName
{
border-color: #45FFE0;
}
.TagClassName
{
border-color: #45FFE0;
}
</style>