Shades of Bright Turquoise #10FDCE
Tints of Bright Turquoise #10FDCE
RGB
CMYK
RGB Variations
Color information
#10FDCE (or 0x10FDCE) is known color: Bright Turquoise. HEX triplet: 10, FD and CE. RGB value is (16,253,206). Sum of RGB (Red+Green+Blue) = 16+253+206=475 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.37% from 475); Green value is 253 (99.22% from 255 or 53.26% from 475); Blue value is 206 (80.86% from 255 or 43.37% from 475); Max value from RGB is 253 - color contains mainly: green. Hex color #10FDCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FDCE is #EF0231. Grayscale: #B0B0B0. Windows color (decimal): -15663666 or 13565200. OLE color: 13565200.
HSL color Cylindrical-coordinate representation of color #10FDCE: hue angle of 168.1º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FDCE is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 253 | 206 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.01 |
| HSL | 168.1º | 0.98% | 0.53% | - |
| HSV(B) | 168.1º | 0.94% | 0.99% | - |
| XYZ | 46.48 | 74.82 | 70.38 | - |
| YUV | 176.78 | 144.48 | 13.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 253 | 206 | 0.94 | 0 | 0.19 | 0.01 | 168.1 | 0.98 | 0.53 |
| Hex | 10 | FD | CE | 5E | 0 | 13 | 1 | A8 | 62 | 35 |
| Octal | 20 | 375 | 316 | 136 | 0 | 23 | 1 | 250 | 142 | 65 |
| Binary | 10000 | 11111101 | 11001110 | 1011110 | 0 | 10011 | 1 | 10101000 | 1100010 | 110101 |
Color Harmonies of #10FDCE
Complementary color
Monochromatic Colors of #10FDCE
Black with #10FDCE
Text Example
Text Example
White with #10FDCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FDCE; }
p { color: rgb(16,253,206); }
H1.HeaderClassName
{
color: #10FDCE;
}
.AnyTagClassName
{
color: #10FDCE;
}
</style>
background-color css
<style>
a { background-color: #10FDCE; }
a { background-color: rgb(16,253,206); }
div.DivClassName
{
background-color: #10FDCE;
}
.BgClassName
{
background-color: #10FDCE;
}
</style>
border-color css
<style>
span { border-color: #10FDCE; }
span { border-color: rgb(16,253,206); }
td.TdClassName
{
border-color: #10FDCE;
}
.TagClassName
{
border-color: #10FDCE;
}
</style>