Shades of Bright Turquoise #10FDE5
Tints of Bright Turquoise #10FDE5
RGB
CMYK
RGB Variations
Color information
#10FDE5 (or 0x10FDE5) is known color: Bright Turquoise. HEX triplet: 10, FD and E5. RGB value is (16,253,229). Sum of RGB (Red+Green+Blue) = 16+253+229=498 (65% of max value = 765). Red value is 16 (6.64% from 255 or 3.21% from 498); Green value is 253 (99.22% from 255 or 50.80% from 498); Blue value is 229 (89.84% from 255 or 45.98% from 498); Max value from RGB is 253 - color contains mainly: green. Hex color #10FDE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FDE5 is #EF021A. Grayscale: #B3B3B3. Windows color (decimal): -15663643 or 15072528. OLE color: 15072528.
HSL color Cylindrical-coordinate representation of color #10FDE5: hue angle of 173.92º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FDE5 is Cyan = 0.94, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 253 | 229 | - |
| CMYK | 0.94 | 0 | 0.09 | 0.01 |
| HSL | 173.92º | 0.98% | 0.53% | - |
| HSV(B) | 173.92º | 0.94% | 0.99% | - |
| XYZ | 49.48 | 76.02 | 86.19 | - |
| YUV | 179.4 | 155.98 | 11.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 253 | 229 | 0.94 | 0 | 0.09 | 0.01 | 173.92 | 0.98 | 0.53 |
| Hex | 10 | FD | E5 | 5E | 0 | 9 | 1 | AE | 62 | 35 |
| Octal | 20 | 375 | 345 | 136 | 0 | 11 | 1 | 256 | 142 | 65 |
| Binary | 10000 | 11111101 | 11100101 | 1011110 | 0 | 1001 | 1 | 10101110 | 1100010 | 110101 |
Color Harmonies of #10FDE5
Complementary color
Monochromatic Colors of #10FDE5
Black with #10FDE5
Text Example
Text Example
White with #10FDE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FDE5; }
p { color: rgb(16,253,229); }
H1.HeaderClassName
{
color: #10FDE5;
}
.AnyTagClassName
{
color: #10FDE5;
}
</style>
background-color css
<style>
a { background-color: #10FDE5; }
a { background-color: rgb(16,253,229); }
div.DivClassName
{
background-color: #10FDE5;
}
.BgClassName
{
background-color: #10FDE5;
}
</style>
border-color css
<style>
span { border-color: #10FDE5; }
span { border-color: rgb(16,253,229); }
td.TdClassName
{
border-color: #10FDE5;
}
.TagClassName
{
border-color: #10FDE5;
}
</style>