Shades of Bright Turquoise #10FABF
Tints of Bright Turquoise #10FABF
RGB
CMYK
RGB Variations
Color information
#10FABF (or 0x10FABF) is known color: Bright Turquoise. HEX triplet: 10, FA and BF. RGB value is (16,250,191). Sum of RGB (Red+Green+Blue) = 16+250+191=457 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.50% from 457); Green value is 250 (98.05% from 255 or 54.70% from 457); Blue value is 191 (75% from 255 or 41.79% from 457); Max value from RGB is 250 - color contains mainly: green. Hex color #10FABF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FABF is #EF0540. Grayscale: #ADADAD. Windows color (decimal): -15664449 or 12581392. OLE color: 12581392.
HSL color Cylindrical-coordinate representation of color #10FABF: hue angle of 164.87º degrees, saturation: 0.96, 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 #10FABF is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 191 | - |
| CMYK | 0.94 | 0 | 0.24 | 0.02 |
| HSL | 164.87º | 0.96% | 0.52% | - |
| HSV(B) | 164.87º | 0.94% | 0.98% | - |
| XYZ | 43.8 | 72.24 | 60.93 | - |
| YUV | 173.31 | 137.98 | 15.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 191 | 0.94 | 0 | 0.24 | 0.02 | 164.87 | 0.96 | 0.52 |
| Hex | 10 | FA | BF | 5E | 0 | 18 | 2 | A5 | 60 | 34 |
| Octal | 20 | 372 | 277 | 136 | 0 | 30 | 2 | 245 | 140 | 64 |
| Binary | 10000 | 11111010 | 10111111 | 1011110 | 0 | 11000 | 10 | 10100101 | 1100000 | 110100 |
Color Harmonies of #10FABF
Complementary color
Monochromatic Colors of #10FABF
Black with #10FABF
Text Example
Text Example
White with #10FABF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FABF; }
p { color: rgb(16,250,191); }
H1.HeaderClassName
{
color: #10FABF;
}
.AnyTagClassName
{
color: #10FABF;
}
</style>
background-color css
<style>
a { background-color: #10FABF; }
a { background-color: rgb(16,250,191); }
div.DivClassName
{
background-color: #10FABF;
}
.BgClassName
{
background-color: #10FABF;
}
</style>
border-color css
<style>
span { border-color: #10FABF; }
span { border-color: rgb(16,250,191); }
td.TdClassName
{
border-color: #10FABF;
}
.TagClassName
{
border-color: #10FABF;
}
</style>