Shades of Bright Turquoise #10FFD0
Tints of Bright Turquoise #10FFD0
RGB
CMYK
RGB Variations
Color information
#10FFD0 (or 0x10FFD0) is known color: Bright Turquoise. HEX triplet: 10, FF and D0. RGB value is (16,255,208). Sum of RGB (Red+Green+Blue) = 16+255+208=479 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.34% from 479); Green value is 255 (100% from 255 or 53.24% from 479); Blue value is 208 (81.64% from 255 or 43.42% from 479); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFD0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FFD0 is #EF002F. Grayscale: #B2B2B2. Windows color (decimal): -15663152 or 13696784. OLE color: 13696784.
HSL color Cylindrical-coordinate representation of color #10FFD0: hue angle of 168.2º 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 #10FFD0 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 208 | - |
| CMYK | 0.94 | 0 | 0.18 | 0 |
| HSL | 168.2º | 1% | 0.53% | - |
| HSV(B) | 168.2º | 0.94% | 1% | - |
| XYZ | 47.36 | 76.18 | 71.88 | - |
| YUV | 178.18 | 144.82 | 12.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 208 | 0.94 | 0 | 0.18 | 0 | 168.2 | 1 | 0.53 |
| Hex | 10 | FF | D0 | 5E | 0 | 12 | 0 | A8 | 64 | 35 |
| Octal | 20 | 377 | 320 | 136 | 0 | 22 | 0 | 250 | 144 | 65 |
| Binary | 10000 | 11111111 | 11010000 | 1011110 | 0 | 10010 | 0 | 10101000 | 1100100 | 110101 |
Color Harmonies of #10FFD0
Complementary color
Monochromatic Colors of #10FFD0
Black with #10FFD0
Text Example
Text Example
White with #10FFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFD0; }
p { color: rgb(16,255,208); }
H1.HeaderClassName
{
color: #10FFD0;
}
.AnyTagClassName
{
color: #10FFD0;
}
</style>
background-color css
<style>
a { background-color: #10FFD0; }
a { background-color: rgb(16,255,208); }
div.DivClassName
{
background-color: #10FFD0;
}
.BgClassName
{
background-color: #10FFD0;
}
</style>
border-color css
<style>
span { border-color: #10FFD0; }
span { border-color: rgb(16,255,208); }
td.TdClassName
{
border-color: #10FFD0;
}
.TagClassName
{
border-color: #10FFD0;
}
</style>