Shades of Bright Turquoise #10FDD4
Tints of Bright Turquoise #10FDD4
RGB
CMYK
RGB Variations
Color information
#10FDD4 (or 0x10FDD4) is known color: Bright Turquoise. HEX triplet: 10, FD and D4. RGB value is (16,253,212). Sum of RGB (Red+Green+Blue) = 16+253+212=481 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.33% from 481); Green value is 253 (99.22% from 255 or 52.60% from 481); Blue value is 212 (83.20% from 255 or 44.07% from 481); Max value from RGB is 253 - color contains mainly: green. Hex color #10FDD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FDD4 is #EF022B. Grayscale: #B1B1B1. Windows color (decimal): -15663660 or 13958416. OLE color: 13958416.
HSL color Cylindrical-coordinate representation of color #10FDD4: hue angle of 169.62º 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 #10FDD4 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 253 | 212 | - |
| CMYK | 0.94 | 0 | 0.16 | 0.01 |
| HSL | 169.62º | 0.98% | 0.53% | - |
| HSV(B) | 169.62º | 0.94% | 0.99% | - |
| XYZ | 47.22 | 75.11 | 74.3 | - |
| YUV | 177.46 | 147.48 | 12.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 253 | 212 | 0.94 | 0 | 0.16 | 0.01 | 169.62 | 0.98 | 0.53 |
| Hex | 10 | FD | D4 | 5E | 0 | 10 | 1 | AA | 62 | 35 |
| Octal | 20 | 375 | 324 | 136 | 0 | 20 | 1 | 252 | 142 | 65 |
| Binary | 10000 | 11111101 | 11010100 | 1011110 | 0 | 10000 | 1 | 10101010 | 1100010 | 110101 |
Color Harmonies of #10FDD4
Complementary color
Monochromatic Colors of #10FDD4
Black with #10FDD4
Text Example
Text Example
White with #10FDD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FDD4; }
p { color: rgb(16,253,212); }
H1.HeaderClassName
{
color: #10FDD4;
}
.AnyTagClassName
{
color: #10FDD4;
}
</style>
background-color css
<style>
a { background-color: #10FDD4; }
a { background-color: rgb(16,253,212); }
div.DivClassName
{
background-color: #10FDD4;
}
.BgClassName
{
background-color: #10FDD4;
}
</style>
border-color css
<style>
span { border-color: #10FDD4; }
span { border-color: rgb(16,253,212); }
td.TdClassName
{
border-color: #10FDD4;
}
.TagClassName
{
border-color: #10FDD4;
}
</style>