Shades of Bright Turquoise #10F9E8
Tints of Bright Turquoise #10F9E8
RGB
CMYK
RGB Variations
Color information
#10F9E8 (or 0x10F9E8) is known color: Bright Turquoise. HEX triplet: 10, F9 and E8. RGB value is (16,249,232). Sum of RGB (Red+Green+Blue) = 16+249+232=497 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.22% from 497); Green value is 249 (97.66% from 255 or 50.10% from 497); Blue value is 232 (91.02% from 255 or 46.68% from 497); Max value from RGB is 249 - color contains mainly: green. Hex color #10F9E8 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #10F9E8 is #EF0617. Grayscale: #B1B1B1. Windows color (decimal): -15664664 or 15268112. OLE color: 15268112.
HSL color Cylindrical-coordinate representation of color #10F9E8: hue angle of 175.62º degrees, saturation: 0.95, 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 #10F9E8 is Cyan = 0.94, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 249 | 232 | - |
| CMYK | 0.94 | 0 | 0.07 | 0.02 |
| HSL | 175.62º | 0.95% | 0.52% | - |
| HSV(B) | 175.62º | 0.94% | 0.98% | - |
| XYZ | 48.65 | 73.69 | 88 | - |
| YUV | 177.4 | 158.81 | 12.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 249 | 232 | 0.94 | 0 | 0.07 | 0.02 | 175.62 | 0.95 | 0.52 |
| Hex | 10 | F9 | E8 | 5E | 0 | 7 | 2 | B0 | 5F | 34 |
| Octal | 20 | 371 | 350 | 136 | 0 | 7 | 2 | 260 | 137 | 64 |
| Binary | 10000 | 11111001 | 11101000 | 1011110 | 0 | 111 | 10 | 10110000 | 1011111 | 110100 |
Color Harmonies of #10F9E8
Complementary color
Monochromatic Colors of #10F9E8
Black with #10F9E8
Text Example
Text Example
White with #10F9E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F9E8; }
p { color: rgb(16,249,232); }
H1.HeaderClassName
{
color: #10F9E8;
}
.AnyTagClassName
{
color: #10F9E8;
}
</style>
background-color css
<style>
a { background-color: #10F9E8; }
a { background-color: rgb(16,249,232); }
div.DivClassName
{
background-color: #10F9E8;
}
.BgClassName
{
background-color: #10F9E8;
}
</style>
border-color css
<style>
span { border-color: #10F9E8; }
span { border-color: rgb(16,249,232); }
td.TdClassName
{
border-color: #10F9E8;
}
.TagClassName
{
border-color: #10F9E8;
}
</style>