Shades of Bright Turquoise #10D5DF
Tints of Bright Turquoise #10D5DF
RGB
CMYK
RGB Variations
Color information
#10D5DF (or 0x10D5DF) is known color: Bright Turquoise. HEX triplet: 10, D5 and DF. RGB value is (16,213,223). Sum of RGB (Red+Green+Blue) = 16+213+223=452 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.54% from 452); Green value is 213 (83.59% from 255 or 47.12% from 452); Blue value is 223 (87.5% from 255 or 49.34% from 452); Max value from RGB is 223 - color contains mainly: blue. Hex color #10D5DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10D5DF is #EF2A20. Grayscale: #9B9B9B. Windows color (decimal): -15673889 or 14669072. OLE color: 14669072.
HSL color Cylindrical-coordinate representation of color #10D5DF: hue angle of 182.9º 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 #10D5DF is Cyan = 0.93, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 213 | 223 | - |
| CMYK | 0.93 | 0.04 | 0 | 0.13 |
| HSL | 182.9º | 0.87% | 0.47% | - |
| HSV(B) | 182.9º | 0.93% | 0.87% | - |
| XYZ | 37.33 | 53.03 | 78.08 | - |
| YUV | 155.24 | 166.23 | 28.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 213 | 223 | 0.93 | 0.04 | 0 | 0.13 | 182.9 | 0.87 | 0.47 |
| Hex | 10 | D5 | DF | 5D | 4 | 0 | D | B7 | 57 | 2F |
| Octal | 20 | 325 | 337 | 135 | 4 | 0 | 15 | 267 | 127 | 57 |
| Binary | 10000 | 11010101 | 11011111 | 1011101 | 100 | 0 | 1101 | 10110111 | 1010111 | 101111 |
Color Harmonies of #10D5DF
Complementary color
Monochromatic Colors of #10D5DF
Black with #10D5DF
Text Example
Text Example
White with #10D5DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10D5DF; }
p { color: rgb(16,213,223); }
H1.HeaderClassName
{
color: #10D5DF;
}
.AnyTagClassName
{
color: #10D5DF;
}
</style>
background-color css
<style>
a { background-color: #10D5DF; }
a { background-color: rgb(16,213,223); }
div.DivClassName
{
background-color: #10D5DF;
}
.BgClassName
{
background-color: #10D5DF;
}
</style>
border-color css
<style>
span { border-color: #10D5DF; }
span { border-color: rgb(16,213,223); }
td.TdClassName
{
border-color: #10D5DF;
}
.TagClassName
{
border-color: #10D5DF;
}
</style>