Shades of Bright Turquoise #10FEDD
Tints of Bright Turquoise #10FEDD
RGB
CMYK
RGB Variations
Color information
#10FEDD (or 0x10FEDD) is known color: Bright Turquoise. HEX triplet: 10, FE and DD. RGB value is (16,254,221). Sum of RGB (Red+Green+Blue) = 16+254+221=491 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.26% from 491); Green value is 254 (99.61% from 255 or 51.73% from 491); Blue value is 221 (86.72% from 255 or 45.01% from 491); Max value from RGB is 254 - color contains mainly: green. Hex color #10FEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FEDD is #EF0122. Grayscale: #B2B2B2. Windows color (decimal): -15663395 or 14548496. OLE color: 14548496.
HSL color Cylindrical-coordinate representation of color #10FEDD: hue angle of 171.68º 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 #10FEDD is Cyan = 0.94, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 16 | 254 | 221 | - |
| CMYK | 0.94 | 0 | 0.13 | 0.00 |
| HSL | 171.68º | 0.99% | 0.53% | - |
| HSV(B) | 171.68º | 0.94% | 1% | - |
| XYZ | 48.71 | 76.21 | 80.55 | - |
| YUV | 179.08 | 151.65 | 11.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 254 | 221 | 0.94 | 0 | 0.13 | 0.00 | 171.68 | 0.99 | 0.53 |
| Hex | 10 | FE | DD | 5E | 0 | D | 0 | AC | 63 | 35 |
| Octal | 20 | 376 | 335 | 136 | 0 | 15 | 0 | 254 | 143 | 65 |
| Binary | 10000 | 11111110 | 11011101 | 1011110 | 0 | 1101 | 0 | 10101100 | 1100011 | 110101 |
Color Harmonies of #10FEDD
Complementary color
Monochromatic Colors of #10FEDD
Black with #10FEDD
Text Example
Text Example
White with #10FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FEDD; }
p { color: rgb(16,254,221); }
H1.HeaderClassName
{
color: #10FEDD;
}
.AnyTagClassName
{
color: #10FEDD;
}
</style>
background-color css
<style>
a { background-color: #10FEDD; }
a { background-color: rgb(16,254,221); }
div.DivClassName
{
background-color: #10FEDD;
}
.BgClassName
{
background-color: #10FEDD;
}
</style>
border-color css
<style>
span { border-color: #10FEDD; }
span { border-color: rgb(16,254,221); }
td.TdClassName
{
border-color: #10FEDD;
}
.TagClassName
{
border-color: #10FEDD;
}
</style>