Shades of Bright Turquoise #10FFC4
Tints of Bright Turquoise #10FFC4
RGB
CMYK
RGB Variations
Color information
#10FFC4 (or 0x10FFC4) is known color: Bright Turquoise. HEX triplet: 10, FF and C4. RGB value is (16,255,196). Sum of RGB (Red+Green+Blue) = 16+255+196=467 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.43% from 467); Green value is 255 (100% from 255 or 54.60% from 467); Blue value is 196 (76.95% from 255 or 41.97% from 467); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FFC4 is #EF003B. Grayscale: #B0B0B0. Windows color (decimal): -15663164 or 12910352. OLE color: 12910352.
HSL color Cylindrical-coordinate representation of color #10FFC4: hue angle of 165.19º 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 #10FFC4 is Cyan = 0.94, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 196 | - |
| CMYK | 0.94 | 0 | 0.23 | 0 |
| HSL | 165.19º | 1% | 0.53% | - |
| HSV(B) | 165.19º | 0.94% | 1% | - |
| XYZ | 45.94 | 75.62 | 64.4 | - |
| YUV | 176.81 | 138.82 | 13.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 196 | 0.94 | 0 | 0.23 | 0 | 165.19 | 1 | 0.53 |
| Hex | 10 | FF | C4 | 5E | 0 | 17 | 0 | A5 | 64 | 35 |
| Octal | 20 | 377 | 304 | 136 | 0 | 27 | 0 | 245 | 144 | 65 |
| Binary | 10000 | 11111111 | 11000100 | 1011110 | 0 | 10111 | 0 | 10100101 | 1100100 | 110101 |
Color Harmonies of #10FFC4
Complementary color
Monochromatic Colors of #10FFC4
Black with #10FFC4
Text Example
Text Example
White with #10FFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFC4; }
p { color: rgb(16,255,196); }
H1.HeaderClassName
{
color: #10FFC4;
}
.AnyTagClassName
{
color: #10FFC4;
}
</style>
background-color css
<style>
a { background-color: #10FFC4; }
a { background-color: rgb(16,255,196); }
div.DivClassName
{
background-color: #10FFC4;
}
.BgClassName
{
background-color: #10FFC4;
}
</style>
border-color css
<style>
span { border-color: #10FFC4; }
span { border-color: rgb(16,255,196); }
td.TdClassName
{
border-color: #10FFC4;
}
.TagClassName
{
border-color: #10FFC4;
}
</style>