Shades of Bright Turquoise #10FAC4
Tints of Bright Turquoise #10FAC4
RGB
CMYK
RGB Variations
Color information
#10FAC4 (or 0x10FAC4) is known color: Bright Turquoise. HEX triplet: 10, FA and C4. RGB value is (16,250,196). Sum of RGB (Red+Green+Blue) = 16+250+196=462 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.46% from 462); Green value is 250 (98.05% from 255 or 54.11% from 462); Blue value is 196 (76.95% from 255 or 42.42% from 462); Max value from RGB is 250 - color contains mainly: green. Hex color #10FAC4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FAC4 is #EF053B. Grayscale: #ADADAD. Windows color (decimal): -15664444 or 12909072. OLE color: 12909072.
HSL color Cylindrical-coordinate representation of color #10FAC4: hue angle of 166.15º degrees, saturation: 0.96, 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 #10FAC4 is Cyan = 0.94, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 196 | - |
| CMYK | 0.94 | 0 | 0.22 | 0.02 |
| HSL | 166.15º | 0.96% | 0.52% | - |
| HSV(B) | 166.15º | 0.94% | 0.98% | - |
| XYZ | 44.36 | 72.47 | 63.87 | - |
| YUV | 173.88 | 140.48 | 15.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 196 | 0.94 | 0 | 0.22 | 0.02 | 166.15 | 0.96 | 0.52 |
| Hex | 10 | FA | C4 | 5E | 0 | 16 | 2 | A6 | 60 | 34 |
| Octal | 20 | 372 | 304 | 136 | 0 | 26 | 2 | 246 | 140 | 64 |
| Binary | 10000 | 11111010 | 11000100 | 1011110 | 0 | 10110 | 10 | 10100110 | 1100000 | 110100 |
Color Harmonies of #10FAC4
Complementary color
Monochromatic Colors of #10FAC4
Black with #10FAC4
Text Example
Text Example
White with #10FAC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FAC4; }
p { color: rgb(16,250,196); }
H1.HeaderClassName
{
color: #10FAC4;
}
.AnyTagClassName
{
color: #10FAC4;
}
</style>
background-color css
<style>
a { background-color: #10FAC4; }
a { background-color: rgb(16,250,196); }
div.DivClassName
{
background-color: #10FAC4;
}
.BgClassName
{
background-color: #10FAC4;
}
</style>
border-color css
<style>
span { border-color: #10FAC4; }
span { border-color: rgb(16,250,196); }
td.TdClassName
{
border-color: #10FAC4;
}
.TagClassName
{
border-color: #10FAC4;
}
</style>