Shades of Bright Turquoise #10FBC2
Tints of Bright Turquoise #10FBC2
RGB
CMYK
RGB Variations
Color information
#10FBC2 (or 0x10FBC2) is known color: Bright Turquoise. HEX triplet: 10, FB and C2. RGB value is (16,251,194). Sum of RGB (Red+Green+Blue) = 16+251+194=461 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.47% from 461); Green value is 251 (98.44% from 255 or 54.45% from 461); Blue value is 194 (76.17% from 255 or 42.08% from 461); Max value from RGB is 251 - color contains mainly: green. Hex color #10FBC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FBC2 is #EF043D. Grayscale: #AEAEAE. Windows color (decimal): -15664190 or 12778256. OLE color: 12778256.
HSL color Cylindrical-coordinate representation of color #10FBC2: hue angle of 165.45º 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 #10FBC2 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 251 | 194 | - |
| CMYK | 0.94 | 0 | 0.23 | 0.02 |
| HSL | 165.45º | 0.97% | 0.52% | - |
| HSV(B) | 165.45º | 0.94% | 0.98% | - |
| XYZ | 44.45 | 73 | 62.79 | - |
| YUV | 174.24 | 139.14 | 15.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 251 | 194 | 0.94 | 0 | 0.23 | 0.02 | 165.45 | 0.97 | 0.52 |
| Hex | 10 | FB | C2 | 5E | 0 | 17 | 2 | A5 | 61 | 34 |
| Octal | 20 | 373 | 302 | 136 | 0 | 27 | 2 | 245 | 141 | 64 |
| Binary | 10000 | 11111011 | 11000010 | 1011110 | 0 | 10111 | 10 | 10100101 | 1100001 | 110100 |
Color Harmonies of #10FBC2
Complementary color
Monochromatic Colors of #10FBC2
Black with #10FBC2
Text Example
Text Example
White with #10FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FBC2; }
p { color: rgb(16,251,194); }
H1.HeaderClassName
{
color: #10FBC2;
}
.AnyTagClassName
{
color: #10FBC2;
}
</style>
background-color css
<style>
a { background-color: #10FBC2; }
a { background-color: rgb(16,251,194); }
div.DivClassName
{
background-color: #10FBC2;
}
.BgClassName
{
background-color: #10FBC2;
}
</style>
border-color css
<style>
span { border-color: #10FBC2; }
span { border-color: rgb(16,251,194); }
td.TdClassName
{
border-color: #10FBC2;
}
.TagClassName
{
border-color: #10FBC2;
}
</style>