Shades of Turquoise #45FFDD
Tints of Turquoise #45FFDD
RGB
CMYK
RGB Variations
Color information
#45FFDD (or 0x45FFDD) is known color: Turquoise. HEX triplet: 45, FF and DD. RGB value is (69,255,221). Sum of RGB (Red+Green+Blue) = 69+255+221=545 (72% of max value = 765). Red value is 69 (27.34% from 255 or 12.66% from 545); Green value is 255 (100% from 255 or 46.79% from 545); Blue value is 221 (86.72% from 255 or 40.55% from 545); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFDD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FFDD is #BA0022. Grayscale: #C3C3C3. Windows color (decimal): -12189731 or 14548805. OLE color: 14548805.
HSL color Cylindrical-coordinate representation of color #45FFDD: hue angle of 169.03º 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 #45FFDD is Cyan = 0.73, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 221 | - |
| CMYK | 0.73 | 0 | 0.13 | 0 |
| HSL | 169.03º | 1% | 0.64% | - |
| HSV(B) | 169.03º | 0.73% | 1% | - |
| XYZ | 51.27 | 78.01 | 80.76 | - |
| YUV | 195.51 | 142.38 | 37.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 221 | 0.73 | 0 | 0.13 | 0 | 169.03 | 1 | 0.64 |
| Hex | 45 | FF | DD | 49 | 0 | D | 0 | A9 | 64 | 40 |
| Octal | 105 | 377 | 335 | 111 | 0 | 15 | 0 | 251 | 144 | 100 |
| Binary | 1000101 | 11111111 | 11011101 | 1001001 | 0 | 1101 | 0 | 10101001 | 1100100 | 1000000 |
Color Harmonies of #45FFDD
Complementary color
Monochromatic Colors of #45FFDD
Black with #45FFDD
Text Example
Text Example
White with #45FFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFDD; }
p { color: rgb(69,255,221); }
H1.HeaderClassName
{
color: #45FFDD;
}
.AnyTagClassName
{
color: #45FFDD;
}
</style>
background-color css
<style>
a { background-color: #45FFDD; }
a { background-color: rgb(69,255,221); }
div.DivClassName
{
background-color: #45FFDD;
}
.BgClassName
{
background-color: #45FFDD;
}
</style>
border-color css
<style>
span { border-color: #45FFDD; }
span { border-color: rgb(69,255,221); }
td.TdClassName
{
border-color: #45FFDD;
}
.TagClassName
{
border-color: #45FFDD;
}
</style>