Shades of Bright Turquoise #10FFCE
Tints of Bright Turquoise #10FFCE
RGB
CMYK
RGB Variations
Color information
#10FFCE (or 0x10FFCE) is known color: Bright Turquoise. HEX triplet: 10, FF and CE. RGB value is (16,255,206). Sum of RGB (Red+Green+Blue) = 16+255+206=477 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.35% from 477); Green value is 255 (100% from 255 or 53.46% from 477); Blue value is 206 (80.86% from 255 or 43.19% from 477); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FFCE is #EF0031. Grayscale: #B1B1B1. Windows color (decimal): -15663154 or 13565712. OLE color: 13565712.
HSL color Cylindrical-coordinate representation of color #10FFCE: hue angle of 167.7º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FFCE is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 206 | - |
| CMYK | 0.94 | 0 | 0.19 | 0 |
| HSL | 167.7º | 1% | 0.53% | - |
| HSV(B) | 167.7º | 0.94% | 1% | - |
| XYZ | 47.11 | 76.09 | 70.6 | - |
| YUV | 177.95 | 143.82 | 12.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 206 | 0.94 | 0 | 0.19 | 0 | 167.7 | 1 | 0.53 |
| Hex | 10 | FF | CE | 5E | 0 | 13 | 0 | A8 | 64 | 35 |
| Octal | 20 | 377 | 316 | 136 | 0 | 23 | 0 | 250 | 144 | 65 |
| Binary | 10000 | 11111111 | 11001110 | 1011110 | 0 | 10011 | 0 | 10101000 | 1100100 | 110101 |
Color Harmonies of #10FFCE
Complementary color
Monochromatic Colors of #10FFCE
Black with #10FFCE
Text Example
Text Example
White with #10FFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFCE; }
p { color: rgb(16,255,206); }
H1.HeaderClassName
{
color: #10FFCE;
}
.AnyTagClassName
{
color: #10FFCE;
}
</style>
background-color css
<style>
a { background-color: #10FFCE; }
a { background-color: rgb(16,255,206); }
div.DivClassName
{
background-color: #10FFCE;
}
.BgClassName
{
background-color: #10FFCE;
}
</style>
border-color css
<style>
span { border-color: #10FFCE; }
span { border-color: rgb(16,255,206); }
td.TdClassName
{
border-color: #10FFCE;
}
.TagClassName
{
border-color: #10FFCE;
}
</style>