Shades of Bright Turquoise #10F2C6
Tints of Bright Turquoise #10F2C6
RGB
CMYK
RGB Variations
Color information
#10F2C6 (or 0x10F2C6) is known color: Bright Turquoise. HEX triplet: 10, F2 and C6. RGB value is (16,242,198). Sum of RGB (Red+Green+Blue) = 16+242+198=456 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.51% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 198 (77.73% from 255 or 43.42% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #10F2C6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F2C6 is #EF0D39. Grayscale: #A9A9A9. Windows color (decimal): -15666490 or 13038096. OLE color: 13038096.
HSL color Cylindrical-coordinate representation of color #10F2C6: hue angle of 168.32º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F2C6 is Cyan = 0.93, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 242 | 198 | - |
| CMYK | 0.93 | 0 | 0.18 | 0.05 |
| HSL | 168.32º | 0.9% | 0.51% | - |
| HSV(B) | 168.32º | 0.93% | 0.95% | - |
| XYZ | 42.16 | 67.69 | 64.27 | - |
| YUV | 169.41 | 144.13 | 18.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 242 | 198 | 0.93 | 0 | 0.18 | 0.05 | 168.32 | 0.9 | 0.51 |
| Hex | 10 | F2 | C6 | 5D | 0 | 12 | 5 | A8 | 5A | 33 |
| Octal | 20 | 362 | 306 | 135 | 0 | 22 | 5 | 250 | 132 | 63 |
| Binary | 10000 | 11110010 | 11000110 | 1011101 | 0 | 10010 | 101 | 10101000 | 1011010 | 110011 |
Color Harmonies of #10F2C6
Complementary color
Monochromatic Colors of #10F2C6
Black with #10F2C6
Text Example
Text Example
White with #10F2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F2C6; }
p { color: rgb(16,242,198); }
H1.HeaderClassName
{
color: #10F2C6;
}
.AnyTagClassName
{
color: #10F2C6;
}
</style>
background-color css
<style>
a { background-color: #10F2C6; }
a { background-color: rgb(16,242,198); }
div.DivClassName
{
background-color: #10F2C6;
}
.BgClassName
{
background-color: #10F2C6;
}
</style>
border-color css
<style>
span { border-color: #10F2C6; }
span { border-color: rgb(16,242,198); }
td.TdClassName
{
border-color: #10F2C6;
}
.TagClassName
{
border-color: #10F2C6;
}
</style>