Shades of Turquoise #45FFC6
Tints of Turquoise #45FFC6
RGB
CMYK
RGB Variations
Color information
#45FFC6 (or 0x45FFC6) is known color: Turquoise. HEX triplet: 45, FF and C6. RGB value is (69,255,198). Sum of RGB (Red+Green+Blue) = 69+255+198=522 (69% of max value = 765). Red value is 69 (27.34% from 255 or 13.22% from 522); Green value is 255 (100% from 255 or 48.85% from 522); Blue value is 198 (77.73% from 255 or 37.93% from 522); Max value from RGB is 255 - color contains mainly: green. Hex color #45FFC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FFC6 is #BA0039. Grayscale: #C0C0C0. Windows color (decimal): -12189754 or 13041477. OLE color: 13041477.
HSL color Cylindrical-coordinate representation of color #45FFC6: hue angle of 161.61º 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 #45FFC6 is Cyan = 0.73, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.
Color convert
| RGB | 69 | 255 | 198 | - |
| CMYK | 0.73 | 0 | 0.22 | 0 |
| HSL | 161.61º | 1% | 0.64% | - |
| HSV(B) | 161.61º | 0.73% | 1% | - |
| XYZ | 48.41 | 76.86 | 65.71 | - |
| YUV | 192.89 | 130.88 | 39.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 255 | 198 | 0.73 | 0 | 0.22 | 0 | 161.61 | 1 | 0.64 |
| Hex | 45 | FF | C6 | 49 | 0 | 16 | 0 | A2 | 64 | 40 |
| Octal | 105 | 377 | 306 | 111 | 0 | 26 | 0 | 242 | 144 | 100 |
| Binary | 1000101 | 11111111 | 11000110 | 1001001 | 0 | 10110 | 0 | 10100010 | 1100100 | 1000000 |
Color Harmonies of #45FFC6
Complementary color
Monochromatic Colors of #45FFC6
Black with #45FFC6
Text Example
Text Example
White with #45FFC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FFC6; }
p { color: rgb(69,255,198); }
H1.HeaderClassName
{
color: #45FFC6;
}
.AnyTagClassName
{
color: #45FFC6;
}
</style>
background-color css
<style>
a { background-color: #45FFC6; }
a { background-color: rgb(69,255,198); }
div.DivClassName
{
background-color: #45FFC6;
}
.BgClassName
{
background-color: #45FFC6;
}
</style>
border-color css
<style>
span { border-color: #45FFC6; }
span { border-color: rgb(69,255,198); }
td.TdClassName
{
border-color: #45FFC6;
}
.TagClassName
{
border-color: #45FFC6;
}
</style>