Shades of Bright Turquoise #10DECF
Tints of Bright Turquoise #10DECF
RGB
CMYK
RGB Variations
Color information
#10DECF (or 0x10DECF) is known color: Bright Turquoise. HEX triplet: 10, DE and CF. RGB value is (16,222,207). Sum of RGB (Red+Green+Blue) = 16+222+207=445 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 445); Green value is 222 (87.11% from 255 or 49.89% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 222 - color contains mainly: green. Hex color #10DECF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #10DECF is #EF2130. Grayscale: #9E9E9E. Windows color (decimal): -15671601 or 13622800. OLE color: 13622800.
HSL color Cylindrical-coordinate representation of color #10DECF: hue angle of 175.63º 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 #10DECF is Cyan = 0.93, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 16 | 222 | 207 | - |
| CMYK | 0.93 | 0 | 0.07 | 0.13 |
| HSL | 175.63º | 0.87% | 0.47% | - |
| HSV(B) | 175.63º | 0.93% | 0.87% | - |
| XYZ | 37.6 | 56.86 | 68.02 | - |
| YUV | 158.7 | 155.25 | 26.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 222 | 207 | 0.93 | 0 | 0.07 | 0.13 | 175.63 | 0.87 | 0.47 |
| Hex | 10 | DE | CF | 5D | 0 | 7 | D | B0 | 57 | 2F |
| Octal | 20 | 336 | 317 | 135 | 0 | 7 | 15 | 260 | 127 | 57 |
| Binary | 10000 | 11011110 | 11001111 | 1011101 | 0 | 111 | 1101 | 10110000 | 1010111 | 101111 |
Color Harmonies of #10DECF
Complementary color
Monochromatic Colors of #10DECF
Black with #10DECF
Text Example
Text Example
White with #10DECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10DECF; }
p { color: rgb(16,222,207); }
H1.HeaderClassName
{
color: #10DECF;
}
.AnyTagClassName
{
color: #10DECF;
}
</style>
background-color css
<style>
a { background-color: #10DECF; }
a { background-color: rgb(16,222,207); }
div.DivClassName
{
background-color: #10DECF;
}
.BgClassName
{
background-color: #10DECF;
}
</style>
border-color css
<style>
span { border-color: #10DECF; }
span { border-color: rgb(16,222,207); }
td.TdClassName
{
border-color: #10DECF;
}
.TagClassName
{
border-color: #10DECF;
}
</style>