Shades of Bright Turquoise #10FCCD
Tints of Bright Turquoise #10FCCD
RGB
CMYK
RGB Variations
Color information
#10FCCD (or 0x10FCCD) is known color: Bright Turquoise. HEX triplet: 10, FC and CD. RGB value is (16,252,205). Sum of RGB (Red+Green+Blue) = 16+252+205=473 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.38% from 473); Green value is 252 (98.83% from 255 or 53.28% from 473); Blue value is 205 (80.47% from 255 or 43.34% from 473); Max value from RGB is 252 - color contains mainly: green. Hex color #10FCCD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FCCD is #EF0332. Grayscale: #B0B0B0. Windows color (decimal): -15663923 or 13499408. OLE color: 13499408.
HSL color Cylindrical-coordinate representation of color #10FCCD: hue angle of 168.05º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FCCD is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 252 | 205 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.01 |
| HSL | 168.05º | 0.98% | 0.53% | - |
| HSV(B) | 168.05º | 0.94% | 0.99% | - |
| XYZ | 46.04 | 74.14 | 69.64 | - |
| YUV | 176.08 | 144.31 | 13.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 252 | 205 | 0.94 | 0 | 0.19 | 0.01 | 168.05 | 0.98 | 0.53 |
| Hex | 10 | FC | CD | 5E | 0 | 13 | 1 | A8 | 62 | 35 |
| Octal | 20 | 374 | 315 | 136 | 0 | 23 | 1 | 250 | 142 | 65 |
| Binary | 10000 | 11111100 | 11001101 | 1011110 | 0 | 10011 | 1 | 10101000 | 1100010 | 110101 |
Color Harmonies of #10FCCD
Complementary color
Monochromatic Colors of #10FCCD
Black with #10FCCD
Text Example
Text Example
White with #10FCCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FCCD; }
p { color: rgb(16,252,205); }
H1.HeaderClassName
{
color: #10FCCD;
}
.AnyTagClassName
{
color: #10FCCD;
}
</style>
background-color css
<style>
a { background-color: #10FCCD; }
a { background-color: rgb(16,252,205); }
div.DivClassName
{
background-color: #10FCCD;
}
.BgClassName
{
background-color: #10FCCD;
}
</style>
border-color css
<style>
span { border-color: #10FCCD; }
span { border-color: rgb(16,252,205); }
td.TdClassName
{
border-color: #10FCCD;
}
.TagClassName
{
border-color: #10FCCD;
}
</style>