Shades of Bright Turquoise #10FAC7
Tints of Bright Turquoise #10FAC7
RGB
CMYK
RGB Variations
Color information
#10FAC7 (or 0x10FAC7) is known color: Bright Turquoise. HEX triplet: 10, FA and C7. RGB value is (16,250,199). Sum of RGB (Red+Green+Blue) = 16+250+199=465 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.44% from 465); Green value is 250 (98.05% from 255 or 53.76% from 465); Blue value is 199 (78.12% from 255 or 42.80% from 465); Max value from RGB is 250 - color contains mainly: green. Hex color #10FAC7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FAC7 is #EF0538. Grayscale: #AEAEAE. Windows color (decimal): -15664441 or 13105680. OLE color: 13105680.
HSL color Cylindrical-coordinate representation of color #10FAC7: hue angle of 166.92º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FAC7 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 199 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.02 |
| HSL | 166.92º | 0.96% | 0.52% | - |
| HSV(B) | 166.92º | 0.94% | 0.98% | - |
| XYZ | 44.71 | 72.6 | 65.69 | - |
| YUV | 174.22 | 141.98 | 15.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 199 | 0.94 | 0 | 0.20 | 0.02 | 166.92 | 0.96 | 0.52 |
| Hex | 10 | FA | C7 | 5E | 0 | 14 | 2 | A7 | 60 | 34 |
| Octal | 20 | 372 | 307 | 136 | 0 | 24 | 2 | 247 | 140 | 64 |
| Binary | 10000 | 11111010 | 11000111 | 1011110 | 0 | 10100 | 10 | 10100111 | 1100000 | 110100 |
Color Harmonies of #10FAC7
Complementary color
Monochromatic Colors of #10FAC7
Black with #10FAC7
Text Example
Text Example
White with #10FAC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FAC7; }
p { color: rgb(16,250,199); }
H1.HeaderClassName
{
color: #10FAC7;
}
.AnyTagClassName
{
color: #10FAC7;
}
</style>
background-color css
<style>
a { background-color: #10FAC7; }
a { background-color: rgb(16,250,199); }
div.DivClassName
{
background-color: #10FAC7;
}
.BgClassName
{
background-color: #10FAC7;
}
</style>
border-color css
<style>
span { border-color: #10FAC7; }
span { border-color: rgb(16,250,199); }
td.TdClassName
{
border-color: #10FAC7;
}
.TagClassName
{
border-color: #10FAC7;
}
</style>