Shades of Turquoise #45FFCD
Tints of Turquoise #45FFCD
RGB
CMYK
RGB Variations
Color information
#45FFCD (or 0x45FFCD) is known color: Turquoise. HEX triplet: 45, FF and CD. RGB value is (69,255,205). Sum of RGB (Red+Green+Blue) = 69+255+205=529 (70% of max value = 765). Red value is 69 (27.34% from 255 or 13.04% from 529); Green value is 255 (100% from 255 or 48.20% from 529); Blue value is 205 (80.47% from 255 or 38.75% from 529); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFCD is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FFCD is #BA0032. Grayscale: #C1C1C1. Windows color (decimal): -12189747 or 13500229. OLE color: 13500229.
HSL color Cylindrical-coordinate representation of color #45FFCD: hue angle of 163.87º 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 #45FFCD is Cyan = 0.73, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 205 | - |
| CMYK | 0.73 | 0 | 0.20 | 0 |
| HSL | 163.87º | 1% | 0.64% | - |
| HSV(B) | 163.87º | 0.73% | 1% | - |
| XYZ | 49.23 | 77.19 | 70.06 | - |
| YUV | 193.69 | 134.38 | 39.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 205 | 0.73 | 0 | 0.20 | 0 | 163.87 | 1 | 0.64 |
| Hex | 45 | FF | CD | 49 | 0 | 14 | 0 | A4 | 64 | 40 |
| Octal | 105 | 377 | 315 | 111 | 0 | 24 | 0 | 244 | 144 | 100 |
| Binary | 1000101 | 11111111 | 11001101 | 1001001 | 0 | 10100 | 0 | 10100100 | 1100100 | 1000000 |
Color Harmonies of #45FFCD
Complementary color
Monochromatic Colors of #45FFCD
Black with #45FFCD
Text Example
Text Example
White with #45FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFCD; }
p { color: rgb(69,255,205); }
H1.HeaderClassName
{
color: #45FFCD;
}
.AnyTagClassName
{
color: #45FFCD;
}
</style>
background-color css
<style>
a { background-color: #45FFCD; }
a { background-color: rgb(69,255,205); }
div.DivClassName
{
background-color: #45FFCD;
}
.BgClassName
{
background-color: #45FFCD;
}
</style>
border-color css
<style>
span { border-color: #45FFCD; }
span { border-color: rgb(69,255,205); }
td.TdClassName
{
border-color: #45FFCD;
}
.TagClassName
{
border-color: #45FFCD;
}
</style>