Shades of Bright Turquoise #10FBC0
Tints of Bright Turquoise #10FBC0
RGB
CMYK
RGB Variations
Color information
#10FBC0 (or 0x10FBC0) is known color: Bright Turquoise. HEX triplet: 10, FB and C0. RGB value is (16,251,192). Sum of RGB (Red+Green+Blue) = 16+251+192=459 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 459); Green value is 251 (98.44% from 255 or 54.68% from 459); Blue value is 192 (75.39% from 255 or 41.83% from 459); Max value from RGB is 251 - color contains mainly: green. Hex color #10FBC0 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FBC0 is #EF043F. Grayscale: #AEAEAE. Windows color (decimal): -15664192 or 12647184. OLE color: 12647184.
HSL color Cylindrical-coordinate representation of color #10FBC0: hue angle of 164.94º 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 #10FBC0 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 251 | 192 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.02 |
| HSL | 164.94º | 0.97% | 0.52% | - |
| HSV(B) | 164.94º | 0.94% | 0.98% | - |
| XYZ | 44.23 | 72.91 | 61.61 | - |
| YUV | 174.01 | 138.14 | 15.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 251 | 192 | 0.94 | 0 | 0.24 | 0.02 | 164.94 | 0.97 | 0.52 |
| Hex | 10 | FB | C0 | 5E | 0 | 18 | 2 | A5 | 61 | 34 |
| Octal | 20 | 373 | 300 | 136 | 0 | 30 | 2 | 245 | 141 | 64 |
| Binary | 10000 | 11111011 | 11000000 | 1011110 | 0 | 11000 | 10 | 10100101 | 1100001 | 110100 |
Color Harmonies of #10FBC0
Complementary color
Monochromatic Colors of #10FBC0
Black with #10FBC0
Text Example
Text Example
White with #10FBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FBC0; }
p { color: rgb(16,251,192); }
H1.HeaderClassName
{
color: #10FBC0;
}
.AnyTagClassName
{
color: #10FBC0;
}
</style>
background-color css
<style>
a { background-color: #10FBC0; }
a { background-color: rgb(16,251,192); }
div.DivClassName
{
background-color: #10FBC0;
}
.BgClassName
{
background-color: #10FBC0;
}
</style>
border-color css
<style>
span { border-color: #10FBC0; }
span { border-color: rgb(16,251,192); }
td.TdClassName
{
border-color: #10FBC0;
}
.TagClassName
{
border-color: #10FBC0;
}
</style>