Shades of Bright Turquoise #10FFDF
Tints of Bright Turquoise #10FFDF
RGB
CMYK
RGB Variations
Color information
#10FFDF (or 0x10FFDF) is known color: Bright Turquoise. HEX triplet: 10, FF and DF. RGB value is (16,255,223). Sum of RGB (Red+Green+Blue) = 16+255+223=494 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.24% from 494); Green value is 255 (100% from 255 or 51.62% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FFDF is #EF0020. Grayscale: #B3B3B3. Windows color (decimal): -15663137 or 14679824. OLE color: 14679824.
HSL color Cylindrical-coordinate representation of color #10FFDF: hue angle of 171.97º 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 #10FFDF is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 223 | - |
| CMYK | 0.94 | 0 | 0.13 | 0 |
| HSL | 171.97º | 1% | 0.53% | - |
| HSV(B) | 171.97º | 0.94% | 1% | - |
| XYZ | 49.29 | 76.96 | 82.07 | - |
| YUV | 179.89 | 152.32 | 11.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 223 | 0.94 | 0 | 0.13 | 0 | 171.97 | 1 | 0.53 |
| Hex | 10 | FF | DF | 5E | 0 | D | 0 | AC | 64 | 35 |
| Octal | 20 | 377 | 337 | 136 | 0 | 15 | 0 | 254 | 144 | 65 |
| Binary | 10000 | 11111111 | 11011111 | 1011110 | 0 | 1101 | 0 | 10101100 | 1100100 | 110101 |
Color Harmonies of #10FFDF
Complementary color
Monochromatic Colors of #10FFDF
Black with #10FFDF
Text Example
Text Example
White with #10FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFDF; }
p { color: rgb(16,255,223); }
H1.HeaderClassName
{
color: #10FFDF;
}
.AnyTagClassName
{
color: #10FFDF;
}
</style>
background-color css
<style>
a { background-color: #10FFDF; }
a { background-color: rgb(16,255,223); }
div.DivClassName
{
background-color: #10FFDF;
}
.BgClassName
{
background-color: #10FFDF;
}
</style>
border-color css
<style>
span { border-color: #10FFDF; }
span { border-color: rgb(16,255,223); }
td.TdClassName
{
border-color: #10FFDF;
}
.TagClassName
{
border-color: #10FFDF;
}
</style>