Shades of Bright Turquoise #10DCDF
Tints of Bright Turquoise #10DCDF
RGB
CMYK
RGB Variations
Color information
#10DCDF (or 0x10DCDF) is known color: Bright Turquoise. HEX triplet: 10, DC and DF. RGB value is (16,220,223). Sum of RGB (Red+Green+Blue) = 16+220+223=459 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 459); Green value is 220 (86.33% from 255 or 47.93% from 459); Blue value is 223 (87.5% from 255 or 48.58% from 459); Max value from RGB is 223 - color contains mainly: blue. Hex color #10DCDF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DCDF is #EF2320. Grayscale: #9F9F9F. Windows color (decimal): -15672097 or 14670864. OLE color: 14670864.
HSL color Cylindrical-coordinate representation of color #10DCDF: hue angle of 180.87º 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 #10DCDF is Cyan = 0.93, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 220 | 223 | - |
| CMYK | 0.93 | 0.01 | 0 | 0.13 |
| HSL | 180.87º | 0.87% | 0.47% | - |
| HSV(B) | 180.87º | 0.93% | 0.87% | - |
| XYZ | 39.13 | 56.62 | 78.68 | - |
| YUV | 159.35 | 163.91 | 25.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 223 | 0.93 | 0.01 | 0 | 0.13 | 180.87 | 0.87 | 0.47 |
| Hex | 10 | DC | DF | 5D | 1 | 0 | D | B5 | 57 | 2F |
| Octal | 20 | 334 | 337 | 135 | 1 | 0 | 15 | 265 | 127 | 57 |
| Binary | 10000 | 11011100 | 11011111 | 1011101 | 1 | 0 | 1101 | 10110101 | 1010111 | 101111 |
Color Harmonies of #10DCDF
Complementary color
Monochromatic Colors of #10DCDF
Black with #10DCDF
Text Example
Text Example
White with #10DCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCDF; }
p { color: rgb(16,220,223); }
H1.HeaderClassName
{
color: #10DCDF;
}
.AnyTagClassName
{
color: #10DCDF;
}
</style>
background-color css
<style>
a { background-color: #10DCDF; }
a { background-color: rgb(16,220,223); }
div.DivClassName
{
background-color: #10DCDF;
}
.BgClassName
{
background-color: #10DCDF;
}
</style>
border-color css
<style>
span { border-color: #10DCDF; }
span { border-color: rgb(16,220,223); }
td.TdClassName
{
border-color: #10DCDF;
}
.TagClassName
{
border-color: #10DCDF;
}
</style>