Shades of Turquoise #45FFDC
Tints of Turquoise #45FFDC
RGB
CMYK
RGB Variations
Color information
#45FFDC (or 0x45FFDC) is known color: Turquoise. HEX triplet: 45, FF and DC. RGB value is (69,255,220). Sum of RGB (Red+Green+Blue) = 69+255+220=544 (72% of max value = 765). Red value is 69 (27.34% from 255 or 12.68% from 544); Green value is 255 (100% from 255 or 46.88% from 544); Blue value is 220 (86.33% from 255 or 40.44% from 544); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFDC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FFDC is #BA0023. Grayscale: #C3C3C3. Windows color (decimal): -12189732 or 14483269. OLE color: 14483269.
HSL color Cylindrical-coordinate representation of color #45FFDC: hue angle of 168.71º 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 #45FFDC is Cyan = 0.73, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 220 | - |
| CMYK | 0.73 | 0 | 0.14 | 0 |
| HSL | 168.71º | 1% | 0.64% | - |
| HSV(B) | 168.71º | 0.73% | 1% | - |
| XYZ | 51.13 | 77.95 | 80.06 | - |
| YUV | 195.4 | 141.88 | 37.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 220 | 0.73 | 0 | 0.14 | 0 | 168.71 | 1 | 0.64 |
| Hex | 45 | FF | DC | 49 | 0 | E | 0 | A9 | 64 | 40 |
| Octal | 105 | 377 | 334 | 111 | 0 | 16 | 0 | 251 | 144 | 100 |
| Binary | 1000101 | 11111111 | 11011100 | 1001001 | 0 | 1110 | 0 | 10101001 | 1100100 | 1000000 |
Color Harmonies of #45FFDC
Complementary color
Monochromatic Colors of #45FFDC
Black with #45FFDC
Text Example
Text Example
White with #45FFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFDC; }
p { color: rgb(69,255,220); }
H1.HeaderClassName
{
color: #45FFDC;
}
.AnyTagClassName
{
color: #45FFDC;
}
</style>
background-color css
<style>
a { background-color: #45FFDC; }
a { background-color: rgb(69,255,220); }
div.DivClassName
{
background-color: #45FFDC;
}
.BgClassName
{
background-color: #45FFDC;
}
</style>
border-color css
<style>
span { border-color: #45FFDC; }
span { border-color: rgb(69,255,220); }
td.TdClassName
{
border-color: #45FFDC;
}
.TagClassName
{
border-color: #45FFDC;
}
</style>