Shades of Turquoise #45FFAF
Tints of Turquoise #45FFAF
RGB
CMYK
RGB Variations
Color information
#45FFAF (or 0x45FFAF) is known color: Turquoise. HEX triplet: 45, FF and AF. RGB value is (69,255,175). Sum of RGB (Red+Green+Blue) = 69+255+175=499 (66% of max value = 765). Red value is 69 (27.34% from 255 or 13.83% from 499); Green value is 255 (100% from 255 or 51.10% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFAF is not a web safe color. Web safe color analog (approx): #33FF99. Inversed color of #45FFAF is #BA0050. Grayscale: #BEBEBE. Windows color (decimal): -12189777 or 11534149. OLE color: 11534149.
HSL color Cylindrical-coordinate representation of color #45FFAF: hue angle of 154.19º 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 #45FFAF is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 175 | - |
| CMYK | 0.73 | 0 | 0.31 | 0 |
| HSL | 154.19º | 1% | 0.64% | - |
| HSV(B) | 154.19º | 0.73% | 1% | - |
| XYZ | 45.95 | 75.88 | 52.78 | - |
| YUV | 190.27 | 119.38 | 41.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 175 | 0.73 | 0 | 0.31 | 0 | 154.19 | 1 | 0.64 |
| Hex | 45 | FF | AF | 49 | 0 | 1F | 0 | 9A | 64 | 40 |
| Octal | 105 | 377 | 257 | 111 | 0 | 37 | 0 | 232 | 144 | 100 |
| Binary | 1000101 | 11111111 | 10101111 | 1001001 | 0 | 11111 | 0 | 10011010 | 1100100 | 1000000 |
Color Harmonies of #45FFAF
Complementary color
Monochromatic Colors of #45FFAF
Black with #45FFAF
Text Example
Text Example
White with #45FFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFAF; }
p { color: rgb(69,255,175); }
H1.HeaderClassName
{
color: #45FFAF;
}
.AnyTagClassName
{
color: #45FFAF;
}
</style>
background-color css
<style>
a { background-color: #45FFAF; }
a { background-color: rgb(69,255,175); }
div.DivClassName
{
background-color: #45FFAF;
}
.BgClassName
{
background-color: #45FFAF;
}
</style>
border-color css
<style>
span { border-color: #45FFAF; }
span { border-color: rgb(69,255,175); }
td.TdClassName
{
border-color: #45FFAF;
}
.TagClassName
{
border-color: #45FFAF;
}
</style>