Shades of Bright Turquoise #10DCCF
Tints of Bright Turquoise #10DCCF
RGB
CMYK
RGB Variations
Color information
#10DCCF (or 0x10DCCF) is known color: Bright Turquoise. HEX triplet: 10, DC and CF. RGB value is (16,220,207). Sum of RGB (Red+Green+Blue) = 16+220+207=443 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.61% from 443); Green value is 220 (86.33% from 255 or 49.66% from 443); Blue value is 207 (81.25% from 255 or 46.73% from 443); Max value from RGB is 220 - color contains mainly: green. Hex color #10DCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DCCF is #EF2330. Grayscale: #9D9D9D. Windows color (decimal): -15672113 or 13622288. OLE color: 13622288.
HSL color Cylindrical-coordinate representation of color #10DCCF: hue angle of 176.18º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10DCCF is Cyan = 0.93, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 16 | 220 | 207 | - |
| CMYK | 0.93 | 0 | 0.06 | 0.14 |
| HSL | 176.18º | 0.86% | 0.46% | - |
| HSV(B) | 176.18º | 0.93% | 0.86% | - |
| XYZ | 37.07 | 55.8 | 67.85 | - |
| YUV | 157.52 | 155.91 | 27.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 220 | 207 | 0.93 | 0 | 0.06 | 0.14 | 176.18 | 0.86 | 0.46 |
| Hex | 10 | DC | CF | 5D | 0 | 6 | E | B0 | 56 | 2E |
| Octal | 20 | 334 | 317 | 135 | 0 | 6 | 16 | 260 | 126 | 56 |
| Binary | 10000 | 11011100 | 11001111 | 1011101 | 0 | 110 | 1110 | 10110000 | 1010110 | 101110 |
Color Harmonies of #10DCCF
Complementary color
Monochromatic Colors of #10DCCF
Black with #10DCCF
Text Example
Text Example
White with #10DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DCCF; }
p { color: rgb(16,220,207); }
H1.HeaderClassName
{
color: #10DCCF;
}
.AnyTagClassName
{
color: #10DCCF;
}
</style>
background-color css
<style>
a { background-color: #10DCCF; }
a { background-color: rgb(16,220,207); }
div.DivClassName
{
background-color: #10DCCF;
}
.BgClassName
{
background-color: #10DCCF;
}
</style>
border-color css
<style>
span { border-color: #10DCCF; }
span { border-color: rgb(16,220,207); }
td.TdClassName
{
border-color: #10DCCF;
}
.TagClassName
{
border-color: #10DCCF;
}
</style>