Shades of Bright Turquoise #10FEDA
Tints of Bright Turquoise #10FEDA
RGB
CMYK
RGB Variations
Color information
#10FEDA (or 0x10FEDA) is known color: Bright Turquoise. HEX triplet: 10, FE and DA. RGB value is (16,254,218). Sum of RGB (Red+Green+Blue) = 16+254+218=488 (64% of max value = 765). Red value is 16 (6.64% from 255 or 3.28% from 488); Green value is 254 (99.61% from 255 or 52.05% from 488); Blue value is 218 (85.55% from 255 or 44.67% from 488); Max value from RGB is 254 - color contains mainly: green. Hex color #10FEDA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FEDA is #EF0125. Grayscale: #B2B2B2. Windows color (decimal): -15663398 or 14351888. OLE color: 14351888.
HSL color Cylindrical-coordinate representation of color #10FEDA: hue angle of 170.92º 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 #10FEDA is Cyan = 0.94, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 254 | 218 | - |
| CMYK | 0.94 | 0 | 0.14 | 0.00 |
| HSL | 170.92º | 0.99% | 0.53% | - |
| HSV(B) | 170.92º | 0.94% | 1% | - |
| XYZ | 48.31 | 76.06 | 78.46 | - |
| YUV | 178.73 | 150.15 | 11.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 254 | 218 | 0.94 | 0 | 0.14 | 0.00 | 170.92 | 0.99 | 0.53 |
| Hex | 10 | FE | DA | 5E | 0 | E | 0 | AB | 63 | 35 |
| Octal | 20 | 376 | 332 | 136 | 0 | 16 | 0 | 253 | 143 | 65 |
| Binary | 10000 | 11111110 | 11011010 | 1011110 | 0 | 1110 | 0 | 10101011 | 1100011 | 110101 |
Color Harmonies of #10FEDA
Complementary color
Monochromatic Colors of #10FEDA
Black with #10FEDA
Text Example
Text Example
White with #10FEDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FEDA; }
p { color: rgb(16,254,218); }
H1.HeaderClassName
{
color: #10FEDA;
}
.AnyTagClassName
{
color: #10FEDA;
}
</style>
background-color css
<style>
a { background-color: #10FEDA; }
a { background-color: rgb(16,254,218); }
div.DivClassName
{
background-color: #10FEDA;
}
.BgClassName
{
background-color: #10FEDA;
}
</style>
border-color css
<style>
span { border-color: #10FEDA; }
span { border-color: rgb(16,254,218); }
td.TdClassName
{
border-color: #10FEDA;
}
.TagClassName
{
border-color: #10FEDA;
}
</style>