Shades of Bright Turquoise #10FFDB
Tints of Bright Turquoise #10FFDB
RGB
CMYK
RGB Variations
Color information
#10FFDB (or 0x10FFDB) is known color: Bright Turquoise. HEX triplet: 10, FF and DB. RGB value is (16,255,219). Sum of RGB (Red+Green+Blue) = 16+255+219=490 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.27% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 219 (85.94% from 255 or 44.69% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FFDB is #EF0024. Grayscale: #B3B3B3. Windows color (decimal): -15663141 or 14417680. OLE color: 14417680.
HSL color Cylindrical-coordinate representation of color #10FFDB: hue angle of 170.96º 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 #10FFDB is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 219 | - |
| CMYK | 0.94 | 0 | 0.14 | 0 |
| HSL | 170.96º | 1% | 0.53% | - |
| HSV(B) | 170.96º | 0.94% | 1% | - |
| XYZ | 48.76 | 76.74 | 79.26 | - |
| YUV | 179.44 | 150.32 | 11.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 219 | 0.94 | 0 | 0.14 | 0 | 170.96 | 1 | 0.53 |
| Hex | 10 | FF | DB | 5E | 0 | E | 0 | AB | 64 | 35 |
| Octal | 20 | 377 | 333 | 136 | 0 | 16 | 0 | 253 | 144 | 65 |
| Binary | 10000 | 11111111 | 11011011 | 1011110 | 0 | 1110 | 0 | 10101011 | 1100100 | 110101 |
Color Harmonies of #10FFDB
Complementary color
Monochromatic Colors of #10FFDB
Black with #10FFDB
Text Example
Text Example
White with #10FFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFDB; }
p { color: rgb(16,255,219); }
H1.HeaderClassName
{
color: #10FFDB;
}
.AnyTagClassName
{
color: #10FFDB;
}
</style>
background-color css
<style>
a { background-color: #10FFDB; }
a { background-color: rgb(16,255,219); }
div.DivClassName
{
background-color: #10FFDB;
}
.BgClassName
{
background-color: #10FFDB;
}
</style>
border-color css
<style>
span { border-color: #10FFDB; }
span { border-color: rgb(16,255,219); }
td.TdClassName
{
border-color: #10FFDB;
}
.TagClassName
{
border-color: #10FFDB;
}
</style>