Shades of Bright Turquoise #10FFCA
Tints of Bright Turquoise #10FFCA
RGB
CMYK
RGB Variations
Color information
#10FFCA (or 0x10FFCA) is known color: Bright Turquoise. HEX triplet: 10, FF and CA. RGB value is (16,255,202). Sum of RGB (Red+Green+Blue) = 16+255+202=473 (62% of max value = 765). Red value is 16 (6.64% from 255 or 3.38% from 473); Green value is 255 (100% from 255 or 53.91% from 473); Blue value is 202 (79.30% from 255 or 42.71% from 473); Max value from RGB is 255 - color contains mainly: green. Hex color #10FFCA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FFCA is #EF0035. Grayscale: #B1B1B1. Windows color (decimal): -15663158 or 13303568. OLE color: 13303568.
HSL color Cylindrical-coordinate representation of color #10FFCA: hue angle of 166.69º degrees, saturation: 1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FFCA is Cyan = 0.94, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 16 | 255 | 202 | - |
| CMYK | 0.94 | 0 | 0.21 | 0 |
| HSL | 166.69º | 1% | 0.53% | - |
| HSV(B) | 166.69º | 0.94% | 1% | - |
| XYZ | 46.63 | 75.89 | 68.07 | - |
| YUV | 177.5 | 141.82 | 12.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 255 | 202 | 0.94 | 0 | 0.21 | 0 | 166.69 | 1 | 0.53 |
| Hex | 10 | FF | CA | 5E | 0 | 15 | 0 | A7 | 64 | 35 |
| Octal | 20 | 377 | 312 | 136 | 0 | 25 | 0 | 247 | 144 | 65 |
| Binary | 10000 | 11111111 | 11001010 | 1011110 | 0 | 10101 | 0 | 10100111 | 1100100 | 110101 |
Color Harmonies of #10FFCA
Complementary color
Monochromatic Colors of #10FFCA
Black with #10FFCA
Text Example
Text Example
White with #10FFCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FFCA; }
p { color: rgb(16,255,202); }
H1.HeaderClassName
{
color: #10FFCA;
}
.AnyTagClassName
{
color: #10FFCA;
}
</style>
background-color css
<style>
a { background-color: #10FFCA; }
a { background-color: rgb(16,255,202); }
div.DivClassName
{
background-color: #10FFCA;
}
.BgClassName
{
background-color: #10FFCA;
}
</style>
border-color css
<style>
span { border-color: #10FFCA; }
span { border-color: rgb(16,255,202); }
td.TdClassName
{
border-color: #10FFCA;
}
.TagClassName
{
border-color: #10FFCA;
}
</style>