Shades of Bright Turquoise #10F1BF
Tints of Bright Turquoise #10F1BF
RGB
CMYK
RGB Variations
Color information
#10F1BF (or 0x10F1BF) is known color: Bright Turquoise. HEX triplet: 10, F1 and BF. RGB value is (16,241,191). Sum of RGB (Red+Green+Blue) = 16+241+191=448 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.57% from 448); Green value is 241 (94.53% from 255 or 53.79% from 448); Blue value is 191 (75% from 255 or 42.63% from 448); Max value from RGB is 241 - color contains mainly: green. Hex color #10F1BF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F1BF is #EF0E40. Grayscale: #A8A8A8. Windows color (decimal): -15666753 or 12579088. OLE color: 12579088.
HSL color Cylindrical-coordinate representation of color #10F1BF: hue angle of 166.67º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F1BF is Cyan = 0.93, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 241 | 191 | - |
| CMYK | 0.93 | 0 | 0.21 | 0.05 |
| HSL | 166.67º | 0.89% | 0.5% | - |
| HSV(B) | 166.67º | 0.93% | 0.95% | - |
| XYZ | 41.07 | 66.78 | 60.02 | - |
| YUV | 168.03 | 140.96 | 19.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 241 | 191 | 0.93 | 0 | 0.21 | 0.05 | 166.67 | 0.89 | 0.5 |
| Hex | 10 | F1 | BF | 5D | 0 | 15 | 5 | A7 | 59 | 32 |
| Octal | 20 | 361 | 277 | 135 | 0 | 25 | 5 | 247 | 131 | 62 |
| Binary | 10000 | 11110001 | 10111111 | 1011101 | 0 | 10101 | 101 | 10100111 | 1011001 | 110010 |
Color Harmonies of #10F1BF
Complementary color
Monochromatic Colors of #10F1BF
Black with #10F1BF
Text Example
Text Example
White with #10F1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F1BF; }
p { color: rgb(16,241,191); }
H1.HeaderClassName
{
color: #10F1BF;
}
.AnyTagClassName
{
color: #10F1BF;
}
</style>
background-color css
<style>
a { background-color: #10F1BF; }
a { background-color: rgb(16,241,191); }
div.DivClassName
{
background-color: #10F1BF;
}
.BgClassName
{
background-color: #10F1BF;
}
</style>
border-color css
<style>
span { border-color: #10F1BF; }
span { border-color: rgb(16,241,191); }
td.TdClassName
{
border-color: #10F1BF;
}
.TagClassName
{
border-color: #10F1BF;
}
</style>