Shades of Bright Turquoise #10FBDB
Tints of Bright Turquoise #10FBDB
RGB
CMYK
RGB Variations
Color information
#10FBDB (or 0x10FBDB) is known color: Bright Turquoise. HEX triplet: 10, FB and DB. RGB value is (16,251,219). Sum of RGB (Red+Green+Blue) = 16+251+219=486 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.29% from 486); Green value is 251 (98.44% from 255 or 51.65% from 486); Blue value is 219 (85.94% from 255 or 45.06% from 486); Max value from RGB is 251 - color contains mainly: green. Hex color #10FBDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FBDB is #EF0424. Grayscale: #B0B0B0. Windows color (decimal): -15664165 or 14416656. OLE color: 14416656.
HSL color Cylindrical-coordinate representation of color #10FBDB: hue angle of 171.83º degrees, saturation: 0.97, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FBDB is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 251 | 219 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.02 |
| HSL | 171.83º | 0.97% | 0.52% | - |
| HSV(B) | 171.83º | 0.94% | 0.98% | - |
| XYZ | 47.5 | 74.22 | 78.84 | - |
| YUV | 177.09 | 151.64 | 13.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 251 | 219 | 0.94 | 0 | 0.13 | 0.02 | 171.83 | 0.97 | 0.52 |
| Hex | 10 | FB | DB | 5E | 0 | D | 2 | AC | 61 | 34 |
| Octal | 20 | 373 | 333 | 136 | 0 | 15 | 2 | 254 | 141 | 64 |
| Binary | 10000 | 11111011 | 11011011 | 1011110 | 0 | 1101 | 10 | 10101100 | 1100001 | 110100 |
Color Harmonies of #10FBDB
Complementary color
Monochromatic Colors of #10FBDB
Black with #10FBDB
Text Example
Text Example
White with #10FBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FBDB; }
p { color: rgb(16,251,219); }
H1.HeaderClassName
{
color: #10FBDB;
}
.AnyTagClassName
{
color: #10FBDB;
}
</style>
background-color css
<style>
a { background-color: #10FBDB; }
a { background-color: rgb(16,251,219); }
div.DivClassName
{
background-color: #10FBDB;
}
.BgClassName
{
background-color: #10FBDB;
}
</style>
border-color css
<style>
span { border-color: #10FBDB; }
span { border-color: rgb(16,251,219); }
td.TdClassName
{
border-color: #10FBDB;
}
.TagClassName
{
border-color: #10FBDB;
}
</style>