Shades of Bright Turquoise #10DFD5
Tints of Bright Turquoise #10DFD5
RGB
CMYK
RGB Variations
Color information
#10DFD5 (or 0x10DFD5) is known color: Bright Turquoise. HEX triplet: 10, DF and D5. RGB value is (16,223,213). Sum of RGB (Red+Green+Blue) = 16+223+213=452 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.54% from 452); Green value is 223 (87.5% from 255 or 49.34% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 223 - color contains mainly: green. Hex color #10DFD5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DFD5 is #EF202A. Grayscale: #9F9F9F. Windows color (decimal): -15671339 or 14016272. OLE color: 14016272.
HSL color Cylindrical-coordinate representation of color #10DFD5: hue angle of 177.1º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DFD5 is Cyan = 0.93, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 223 | 213 | - |
| CMYK | 0.93 | 0 | 0.04 | 0.13 |
| HSL | 177.1º | 0.87% | 0.47% | - |
| HSV(B) | 177.1º | 0.93% | 0.87% | - |
| XYZ | 38.61 | 57.69 | 72.05 | - |
| YUV | 159.97 | 157.92 | 25.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 223 | 213 | 0.93 | 0 | 0.04 | 0.13 | 177.1 | 0.87 | 0.47 |
| Hex | 10 | DF | D5 | 5D | 0 | 4 | D | B1 | 57 | 2F |
| Octal | 20 | 337 | 325 | 135 | 0 | 4 | 15 | 261 | 127 | 57 |
| Binary | 10000 | 11011111 | 11010101 | 1011101 | 0 | 100 | 1101 | 10110001 | 1010111 | 101111 |
Color Harmonies of #10DFD5
Complementary color
Monochromatic Colors of #10DFD5
Black with #10DFD5
Text Example
Text Example
White with #10DFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DFD5; }
p { color: rgb(16,223,213); }
H1.HeaderClassName
{
color: #10DFD5;
}
.AnyTagClassName
{
color: #10DFD5;
}
</style>
background-color css
<style>
a { background-color: #10DFD5; }
a { background-color: rgb(16,223,213); }
div.DivClassName
{
background-color: #10DFD5;
}
.BgClassName
{
background-color: #10DFD5;
}
</style>
border-color css
<style>
span { border-color: #10DFD5; }
span { border-color: rgb(16,223,213); }
td.TdClassName
{
border-color: #10DFD5;
}
.TagClassName
{
border-color: #10DFD5;
}
</style>