Shades of Turquoise #45FCC6
Tints of Turquoise #45FCC6
RGB
CMYK
RGB Variations
Color information
#45FCC6 (or 0x45FCC6) is known color: Turquoise. HEX triplet: 45, FC and C6. RGB value is (69,252,198). Sum of RGB (Red+Green+Blue) = 69+252+198=519 (68% of max value = 765). Red value is 69 (27.34% from 255 or 13.29% from 519); Green value is 252 (98.83% from 255 or 48.55% from 519); Blue value is 198 (77.73% from 255 or 38.15% from 519); Max value from RGB is 252 - color contains mainly: green. Hex color #45FCC6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #45FCC6 is #BA0339. Grayscale: #BFBFBF. Windows color (decimal): -12190522 or 13040709. OLE color: 13040709.
HSL color Cylindrical-coordinate representation of color #45FCC6: hue angle of 162.3º degrees, saturation: 0.97, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #45FCC6 is Cyan = 0.73, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 69 | 252 | 198 | - |
| CMYK | 0.73 | 0 | 0.21 | 0.01 |
| HSL | 162.3º | 0.97% | 0.63% | - |
| HSV(B) | 162.3º | 0.73% | 0.99% | - |
| XYZ | 47.46 | 74.96 | 65.39 | - |
| YUV | 191.13 | 131.87 | 40.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 69 | 252 | 198 | 0.73 | 0 | 0.21 | 0.01 | 162.3 | 0.97 | 0.63 |
| Hex | 45 | FC | C6 | 49 | 0 | 15 | 1 | A2 | 61 | 3F |
| Octal | 105 | 374 | 306 | 111 | 0 | 25 | 1 | 242 | 141 | 77 |
| Binary | 1000101 | 11111100 | 11000110 | 1001001 | 0 | 10101 | 1 | 10100010 | 1100001 | 111111 |
Color Harmonies of #45FCC6
Complementary color
Monochromatic Colors of #45FCC6
Black with #45FCC6
Text Example
Text Example
White with #45FCC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #45FCC6; }
p { color: rgb(69,252,198); }
H1.HeaderClassName
{
color: #45FCC6;
}
.AnyTagClassName
{
color: #45FCC6;
}
</style>
background-color css
<style>
a { background-color: #45FCC6; }
a { background-color: rgb(69,252,198); }
div.DivClassName
{
background-color: #45FCC6;
}
.BgClassName
{
background-color: #45FCC6;
}
</style>
border-color css
<style>
span { border-color: #45FCC6; }
span { border-color: rgb(69,252,198); }
td.TdClassName
{
border-color: #45FCC6;
}
.TagClassName
{
border-color: #45FCC6;
}
</style>