Shades of Bright Turquoise #10FED8
Tints of Bright Turquoise #10FED8
RGB
CMYK
RGB Variations
Color information
#10FED8 (or 0x10FED8) is known color: Bright Turquoise. HEX triplet: 10, FE and D8. RGB value is (16,254,216). Sum of RGB (Red+Green+Blue) = 16+254+216=486 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.29% from 486); Green value is 254 (99.61% from 255 or 52.26% from 486); Blue value is 216 (84.77% from 255 or 44.44% from 486); Max value from RGB is 254 - color contains mainly: green. Hex color #10FED8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FED8 is #EF0127. Grayscale: #B2B2B2. Windows color (decimal): -15663400 or 14220816. OLE color: 14220816.
HSL color Cylindrical-coordinate representation of color #10FED8: hue angle of 170.42º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FED8 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 254 | 216 | - |
| CMYK | 0.94 | 0 | 0.15 | 0.00 |
| HSL | 170.42º | 0.99% | 0.53% | - |
| HSV(B) | 170.42º | 0.94% | 1% | - |
| XYZ | 48.05 | 75.95 | 77.09 | - |
| YUV | 178.51 | 149.15 | 12.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 254 | 216 | 0.94 | 0 | 0.15 | 0.00 | 170.42 | 0.99 | 0.53 |
| Hex | 10 | FE | D8 | 5E | 0 | F | 0 | AA | 63 | 35 |
| Octal | 20 | 376 | 330 | 136 | 0 | 17 | 0 | 252 | 143 | 65 |
| Binary | 10000 | 11111110 | 11011000 | 1011110 | 0 | 1111 | 0 | 10101010 | 1100011 | 110101 |
Color Harmonies of #10FED8
Complementary color
Monochromatic Colors of #10FED8
Black with #10FED8
Text Example
Text Example
White with #10FED8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FED8; }
p { color: rgb(16,254,216); }
H1.HeaderClassName
{
color: #10FED8;
}
.AnyTagClassName
{
color: #10FED8;
}
</style>
background-color css
<style>
a { background-color: #10FED8; }
a { background-color: rgb(16,254,216); }
div.DivClassName
{
background-color: #10FED8;
}
.BgClassName
{
background-color: #10FED8;
}
</style>
border-color css
<style>
span { border-color: #10FED8; }
span { border-color: rgb(16,254,216); }
td.TdClassName
{
border-color: #10FED8;
}
.TagClassName
{
border-color: #10FED8;
}
</style>