Shades of Bright Turquoise #10FACA
Tints of Bright Turquoise #10FACA
RGB
CMYK
RGB Variations
Color information
#10FACA (or 0x10FACA) is known color: Bright Turquoise. HEX triplet: 10, FA and CA. RGB value is (16,250,202). Sum of RGB (Red+Green+Blue) = 16+250+202=468 (61% of max value = 765). Red value is 16 (6.64% from 255 or 3.42% from 468); Green value is 250 (98.05% from 255 or 53.42% from 468); Blue value is 202 (79.30% from 255 or 43.16% from 468); Max value from RGB is 250 - color contains mainly: green. Hex color #10FACA is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #10FACA is #EF0535. Grayscale: #AEAEAE. Windows color (decimal): -15664438 or 13302288. OLE color: 13302288.
HSL color Cylindrical-coordinate representation of color #10FACA: hue angle of 167.69º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10FACA is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 250 | 202 | - |
| CMYK | 0.94 | 0 | 0.19 | 0.02 |
| HSL | 167.69º | 0.96% | 0.52% | - |
| HSV(B) | 167.69º | 0.94% | 0.98% | - |
| XYZ | 45.06 | 72.75 | 67.54 | - |
| YUV | 174.56 | 143.48 | 14.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 250 | 202 | 0.94 | 0 | 0.19 | 0.02 | 167.69 | 0.96 | 0.52 |
| Hex | 10 | FA | CA | 5E | 0 | 13 | 2 | A8 | 60 | 34 |
| Octal | 20 | 372 | 312 | 136 | 0 | 23 | 2 | 250 | 140 | 64 |
| Binary | 10000 | 11111010 | 11001010 | 1011110 | 0 | 10011 | 10 | 10101000 | 1100000 | 110100 |
Color Harmonies of #10FACA
Complementary color
Monochromatic Colors of #10FACA
Black with #10FACA
Text Example
Text Example
White with #10FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10FACA; }
p { color: rgb(16,250,202); }
H1.HeaderClassName
{
color: #10FACA;
}
.AnyTagClassName
{
color: #10FACA;
}
</style>
background-color css
<style>
a { background-color: #10FACA; }
a { background-color: rgb(16,250,202); }
div.DivClassName
{
background-color: #10FACA;
}
.BgClassName
{
background-color: #10FACA;
}
</style>
border-color css
<style>
span { border-color: #10FACA; }
span { border-color: rgb(16,250,202); }
td.TdClassName
{
border-color: #10FACA;
}
.TagClassName
{
border-color: #10FACA;
}
</style>