Shades of Bright Turquoise #10FBC1
Tints of Bright Turquoise #10FBC1
RGB
CMYK
RGB Variations
Color information
#10FBC1 (or 0x10FBC1) is known color: Bright Turquoise. HEX triplet: 10, FB and C1. RGB value is (16,251,193). Sum of RGB (Red+Green+Blue) = 16+251+193=460 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.48% from 460); Green value is 251 (98.44% from 255 or 54.57% from 460); Blue value is 193 (75.78% from 255 or 41.96% from 460); Max value from RGB is 251 - color contains mainly: green. Hex color #10FBC1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FBC1 is #EF043E. Grayscale: #AEAEAE. Windows color (decimal): -15664191 or 12712720. OLE color: 12712720.
HSL color Cylindrical-coordinate representation of color #10FBC1: hue angle of 165.19º 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 #10FBC1 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 251 | 193 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.02 |
| HSL | 165.19º | 0.97% | 0.52% | - |
| HSV(B) | 165.19º | 0.94% | 0.98% | - |
| XYZ | 44.34 | 72.95 | 62.2 | - |
| YUV | 174.12 | 138.64 | 15.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 251 | 193 | 0.94 | 0 | 0.23 | 0.02 | 165.19 | 0.97 | 0.52 |
| Hex | 10 | FB | C1 | 5E | 0 | 17 | 2 | A5 | 61 | 34 |
| Octal | 20 | 373 | 301 | 136 | 0 | 27 | 2 | 245 | 141 | 64 |
| Binary | 10000 | 11111011 | 11000001 | 1011110 | 0 | 10111 | 10 | 10100101 | 1100001 | 110100 |
Color Harmonies of #10FBC1
Complementary color
Monochromatic Colors of #10FBC1
Black with #10FBC1
Text Example
Text Example
White with #10FBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FBC1; }
p { color: rgb(16,251,193); }
H1.HeaderClassName
{
color: #10FBC1;
}
.AnyTagClassName
{
color: #10FBC1;
}
</style>
background-color css
<style>
a { background-color: #10FBC1; }
a { background-color: rgb(16,251,193); }
div.DivClassName
{
background-color: #10FBC1;
}
.BgClassName
{
background-color: #10FBC1;
}
</style>
border-color css
<style>
span { border-color: #10FBC1; }
span { border-color: rgb(16,251,193); }
td.TdClassName
{
border-color: #10FBC1;
}
.TagClassName
{
border-color: #10FBC1;
}
</style>