Shades of Bright Turquoise #10FBC9
Tints of Bright Turquoise #10FBC9
RGB
CMYK
RGB Variations
Color information
#10FBC9 (or 0x10FBC9) is known color: Bright Turquoise. HEX triplet: 10, FB and C9. RGB value is (16,251,201). Sum of RGB (Red+Green+Blue) = 16+251+201=468 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.42% from 468); Green value is 251 (98.44% from 255 or 53.63% from 468); Blue value is 201 (78.91% from 255 or 42.95% from 468); Max value from RGB is 251 - color contains mainly: green. Hex color #10FBC9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FBC9 is #EF0436. Grayscale: #AFAFAF. Windows color (decimal): -15664183 or 13237008. OLE color: 13237008.
HSL color Cylindrical-coordinate representation of color #10FBC9: hue angle of 167.23º 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 #10FBC9 is Cyan = 0.94, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 251 | 201 | - |
| CMYK | 0.94 | 0 | 0.20 | 0.02 |
| HSL | 167.23º | 0.97% | 0.52% | - |
| HSV(B) | 167.23º | 0.94% | 0.98% | - |
| XYZ | 45.25 | 73.32 | 67.03 | - |
| YUV | 175.04 | 142.64 | 14.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 251 | 201 | 0.94 | 0 | 0.20 | 0.02 | 167.23 | 0.97 | 0.52 |
| Hex | 10 | FB | C9 | 5E | 0 | 14 | 2 | A7 | 61 | 34 |
| Octal | 20 | 373 | 311 | 136 | 0 | 24 | 2 | 247 | 141 | 64 |
| Binary | 10000 | 11111011 | 11001001 | 1011110 | 0 | 10100 | 10 | 10100111 | 1100001 | 110100 |
Color Harmonies of #10FBC9
Complementary color
Monochromatic Colors of #10FBC9
Black with #10FBC9
Text Example
Text Example
White with #10FBC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FBC9; }
p { color: rgb(16,251,201); }
H1.HeaderClassName
{
color: #10FBC9;
}
.AnyTagClassName
{
color: #10FBC9;
}
</style>
background-color css
<style>
a { background-color: #10FBC9; }
a { background-color: rgb(16,251,201); }
div.DivClassName
{
background-color: #10FBC9;
}
.BgClassName
{
background-color: #10FBC9;
}
</style>
border-color css
<style>
span { border-color: #10FBC9; }
span { border-color: rgb(16,251,201); }
td.TdClassName
{
border-color: #10FBC9;
}
.TagClassName
{
border-color: #10FBC9;
}
</style>