Shades of Bright Turquoise #13FAC5
Tints of Bright Turquoise #13FAC5
RGB
CMYK
RGB Variations
Color information
#13FAC5 (or 0x13FAC5) is known color: Bright Turquoise. HEX triplet: 13, FA and C5. RGB value is (19,250,197). Sum of RGB (Red+Green+Blue) = 19+250+197=466 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.08% from 466); Green value is 250 (98.05% from 255 or 53.65% from 466); Blue value is 197 (77.34% from 255 or 42.27% from 466); Max value from RGB is 250 - color contains mainly: green. Hex color #13FAC5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FAC5 is #EC053A. Grayscale: #AEAEAE. Windows color (decimal): -15467835 or 12974611. OLE color: 12974611.
HSL color Cylindrical-coordinate representation of color #13FAC5: hue angle of 166.23º degrees, saturation: 0.96, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FAC5 is Cyan = 0.92, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 19 | 250 | 197 | - |
| CMYK | 0.92 | 0 | 0.21 | 0.02 |
| HSL | 166.23º | 0.96% | 0.53% | - |
| HSV(B) | 166.23º | 0.92% | 0.98% | - |
| XYZ | 44.53 | 72.54 | 64.48 | - |
| YUV | 174.89 | 140.47 | 16.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 250 | 197 | 0.92 | 0 | 0.21 | 0.02 | 166.23 | 0.96 | 0.53 |
| Hex | 13 | FA | C5 | 5C | 0 | 15 | 2 | A6 | 60 | 35 |
| Octal | 23 | 372 | 305 | 134 | 0 | 25 | 2 | 246 | 140 | 65 |
| Binary | 10011 | 11111010 | 11000101 | 1011100 | 0 | 10101 | 10 | 10100110 | 1100000 | 110101 |
Color Harmonies of #13FAC5
Complementary color
Monochromatic Colors of #13FAC5
Black with #13FAC5
Text Example
Text Example
White with #13FAC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FAC5; }
p { color: rgb(19,250,197); }
H1.HeaderClassName
{
color: #13FAC5;
}
.AnyTagClassName
{
color: #13FAC5;
}
</style>
background-color css
<style>
a { background-color: #13FAC5; }
a { background-color: rgb(19,250,197); }
div.DivClassName
{
background-color: #13FAC5;
}
.BgClassName
{
background-color: #13FAC5;
}
</style>
border-color css
<style>
span { border-color: #13FAC5; }
span { border-color: rgb(19,250,197); }
td.TdClassName
{
border-color: #13FAC5;
}
.TagClassName
{
border-color: #13FAC5;
}
</style>