Shades of Bright Turquoise #10FFC2
Tints of Bright Turquoise #10FFC2
RGB
CMYK
RGB Variations
Color information
#10FFC2 (or 0x10FFC2) is known color: Bright Turquoise. HEX triplet: 10, FF and C2. RGB value is (16,255,194). Sum of RGB (Red+Green+Blue) = 16+255+194=465 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.44% from 465); Green value is 255 (100% from 255 or 54.84% from 465); Blue value is 194 (76.17% from 255 or 41.72% from 465); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFC2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FFC2 is #EF003D. Grayscale: #B0B0B0. Windows color (decimal): -15663166 or 12779280. OLE color: 12779280.
HSL color Cylindrical-coordinate representation of color #10FFC2: hue angle of 164.69º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FFC2 is Cyan = 0.94, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 194 | - |
| CMYK | 0.94 | 0 | 0.24 | 0 |
| HSL | 164.69º | 1% | 0.53% | - |
| HSV(B) | 164.69º | 0.94% | 1% | - |
| XYZ | 45.71 | 75.53 | 63.21 | - |
| YUV | 176.59 | 137.82 | 13.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 194 | 0.94 | 0 | 0.24 | 0 | 164.69 | 1 | 0.53 |
| Hex | 10 | FF | C2 | 5E | 0 | 18 | 0 | A5 | 64 | 35 |
| Octal | 20 | 377 | 302 | 136 | 0 | 30 | 0 | 245 | 144 | 65 |
| Binary | 10000 | 11111111 | 11000010 | 1011110 | 0 | 11000 | 0 | 10100101 | 1100100 | 110101 |
Color Harmonies of #10FFC2
Complementary color
Monochromatic Colors of #10FFC2
Black with #10FFC2
Text Example
Text Example
White with #10FFC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFC2; }
p { color: rgb(16,255,194); }
H1.HeaderClassName
{
color: #10FFC2;
}
.AnyTagClassName
{
color: #10FFC2;
}
</style>
background-color css
<style>
a { background-color: #10FFC2; }
a { background-color: rgb(16,255,194); }
div.DivClassName
{
background-color: #10FFC2;
}
.BgClassName
{
background-color: #10FFC2;
}
</style>
border-color css
<style>
span { border-color: #10FFC2; }
span { border-color: rgb(16,255,194); }
td.TdClassName
{
border-color: #10FFC2;
}
.TagClassName
{
border-color: #10FFC2;
}
</style>