Shades of Bright Turquoise #10FFD4
Tints of Bright Turquoise #10FFD4
RGB
CMYK
RGB Variations
Color information
#10FFD4 (or 0x10FFD4) is known color: Bright Turquoise. HEX triplet: 10, FF and D4. RGB value is (16,255,212). Sum of RGB (Red+Green+Blue) = 16+255+212=483 (63% of max value = 765). Red value is 16 (6.64% from 255 or 3.31% from 483); Green value is 255 (100% from 255 or 52.80% from 483); Blue value is 212 (83.20% from 255 or 43.89% from 483); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFD4 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FFD4 is #EF002B. Grayscale: #B2B2B2. Windows color (decimal): -15663148 or 13958928. OLE color: 13958928.
HSL color Cylindrical-coordinate representation of color #10FFD4: hue angle of 169.21º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FFD4 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 212 | - |
| CMYK | 0.94 | 0 | 0.17 | 0 |
| HSL | 169.21º | 1% | 0.53% | - |
| HSV(B) | 169.21º | 0.94% | 1% | - |
| XYZ | 47.86 | 76.38 | 74.51 | - |
| YUV | 178.64 | 146.82 | 12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 212 | 0.94 | 0 | 0.17 | 0 | 169.21 | 1 | 0.53 |
| Hex | 10 | FF | D4 | 5E | 0 | 11 | 0 | A9 | 64 | 35 |
| Octal | 20 | 377 | 324 | 136 | 0 | 21 | 0 | 251 | 144 | 65 |
| Binary | 10000 | 11111111 | 11010100 | 1011110 | 0 | 10001 | 0 | 10101001 | 1100100 | 110101 |
Color Harmonies of #10FFD4
Complementary color
Monochromatic Colors of #10FFD4
Black with #10FFD4
Text Example
Text Example
White with #10FFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFD4; }
p { color: rgb(16,255,212); }
H1.HeaderClassName
{
color: #10FFD4;
}
.AnyTagClassName
{
color: #10FFD4;
}
</style>
background-color css
<style>
a { background-color: #10FFD4; }
a { background-color: rgb(16,255,212); }
div.DivClassName
{
background-color: #10FFD4;
}
.BgClassName
{
background-color: #10FFD4;
}
</style>
border-color css
<style>
span { border-color: #10FFD4; }
span { border-color: rgb(16,255,212); }
td.TdClassName
{
border-color: #10FFD4;
}
.TagClassName
{
border-color: #10FFD4;
}
</style>