Shades of Bright Turquoise #10FFD1
Tints of Bright Turquoise #10FFD1
RGB
CMYK
RGB Variations
Color information
#10FFD1 (or 0x10FFD1) is known color: Bright Turquoise. HEX triplet: 10, FF and D1. RGB value is (16,255,209). Sum of RGB (Red+Green+Blue) = 16+255+209=480 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.33% from 480); Green value is 255 (100% from 255 or 53.12% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FFD1 is #EF002E. Grayscale: #B2B2B2. Windows color (decimal): -15663151 or 13762320. OLE color: 13762320.
HSL color Cylindrical-coordinate representation of color #10FFD1: hue angle of 168.45º 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 #10FFD1 is Cyan = 0.94, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 209 | - |
| CMYK | 0.94 | 0 | 0.18 | 0 |
| HSL | 168.45º | 1% | 0.53% | - |
| HSV(B) | 168.45º | 0.94% | 1% | - |
| XYZ | 47.48 | 76.23 | 72.53 | - |
| YUV | 178.3 | 145.32 | 12.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 209 | 0.94 | 0 | 0.18 | 0 | 168.45 | 1 | 0.53 |
| Hex | 10 | FF | D1 | 5E | 0 | 12 | 0 | A8 | 64 | 35 |
| Octal | 20 | 377 | 321 | 136 | 0 | 22 | 0 | 250 | 144 | 65 |
| Binary | 10000 | 11111111 | 11010001 | 1011110 | 0 | 10010 | 0 | 10101000 | 1100100 | 110101 |
Color Harmonies of #10FFD1
Complementary color
Monochromatic Colors of #10FFD1
Black with #10FFD1
Text Example
Text Example
White with #10FFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFD1; }
p { color: rgb(16,255,209); }
H1.HeaderClassName
{
color: #10FFD1;
}
.AnyTagClassName
{
color: #10FFD1;
}
</style>
background-color css
<style>
a { background-color: #10FFD1; }
a { background-color: rgb(16,255,209); }
div.DivClassName
{
background-color: #10FFD1;
}
.BgClassName
{
background-color: #10FFD1;
}
</style>
border-color css
<style>
span { border-color: #10FFD1; }
span { border-color: rgb(16,255,209); }
td.TdClassName
{
border-color: #10FFD1;
}
.TagClassName
{
border-color: #10FFD1;
}
</style>