Shades of Bright Turquoise #10F4D5
Tints of Bright Turquoise #10F4D5
RGB
CMYK
RGB Variations
Color information
#10F4D5 (or 0x10F4D5) is known color: Bright Turquoise. HEX triplet: 10, F4 and D5. RGB value is (16,244,213). Sum of RGB (Red+Green+Blue) = 16+244+213=473 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.38% from 473); Green value is 244 (95.70% from 255 or 51.59% from 473); Blue value is 213 (83.59% from 255 or 45.03% from 473); Max value from RGB is 244 - color contains mainly: green. Hex color #10F4D5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10F4D5 is #EF0B2A. Grayscale: #ACACAC. Windows color (decimal): -15665963 or 14021648. OLE color: 14021648.
HSL color Cylindrical-coordinate representation of color #10F4D5: hue angle of 171.84º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10F4D5 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 244 | 213 | - |
| CMYK | 0.93 | 0 | 0.13 | 0.04 |
| HSL | 171.84º | 0.91% | 0.51% | - |
| HSV(B) | 171.84º | 0.93% | 0.96% | - |
| XYZ | 44.57 | 69.62 | 74.04 | - |
| YUV | 172.29 | 150.96 | 16.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 244 | 213 | 0.93 | 0 | 0.13 | 0.04 | 171.84 | 0.91 | 0.51 |
| Hex | 10 | F4 | D5 | 5D | 0 | D | 4 | AC | 5B | 33 |
| Octal | 20 | 364 | 325 | 135 | 0 | 15 | 4 | 254 | 133 | 63 |
| Binary | 10000 | 11110100 | 11010101 | 1011101 | 0 | 1101 | 100 | 10101100 | 1011011 | 110011 |
Color Harmonies of #10F4D5
Complementary color
Monochromatic Colors of #10F4D5
Black with #10F4D5
Text Example
Text Example
White with #10F4D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10F4D5; }
p { color: rgb(16,244,213); }
H1.HeaderClassName
{
color: #10F4D5;
}
.AnyTagClassName
{
color: #10F4D5;
}
</style>
background-color css
<style>
a { background-color: #10F4D5; }
a { background-color: rgb(16,244,213); }
div.DivClassName
{
background-color: #10F4D5;
}
.BgClassName
{
background-color: #10F4D5;
}
</style>
border-color css
<style>
span { border-color: #10F4D5; }
span { border-color: rgb(16,244,213); }
td.TdClassName
{
border-color: #10F4D5;
}
.TagClassName
{
border-color: #10F4D5;
}
</style>