Shades of Bright Turquoise #13FCD1
Tints of Bright Turquoise #13FCD1
RGB
CMYK
RGB Variations
Color information
#13FCD1 (or 0x13FCD1) is known color: Bright Turquoise. HEX triplet: 13, FC and D1. RGB value is (19,252,209). Sum of RGB (Red+Green+Blue) = 19+252+209=480 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.96% from 480); Green value is 252 (98.83% from 255 or 52.5% from 480); Blue value is 209 (82.03% from 255 or 43.54% from 480); Max value from RGB is 252 - color contains mainly: green. Hex color #13FCD1 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FCD1 is #EC032E. Grayscale: #B1B1B1. Windows color (decimal): -15467311 or 13761555. OLE color: 13761555.
HSL color Cylindrical-coordinate representation of color #13FCD1: hue angle of 168.93º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13FCD1 is Cyan = 0.92, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 252 | 209 | - |
| CMYK | 0.92 | 0 | 0.17 | 0.01 |
| HSL | 168.93º | 0.97% | 0.53% | - |
| HSV(B) | 168.93º | 0.92% | 0.99% | - |
| XYZ | 46.59 | 74.36 | 72.22 | - |
| YUV | 177.43 | 145.81 | 15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 252 | 209 | 0.92 | 0 | 0.17 | 0.01 | 168.93 | 0.97 | 0.53 |
| Hex | 13 | FC | D1 | 5C | 0 | 11 | 1 | A9 | 61 | 35 |
| Octal | 23 | 374 | 321 | 134 | 0 | 21 | 1 | 251 | 141 | 65 |
| Binary | 10011 | 11111100 | 11010001 | 1011100 | 0 | 10001 | 1 | 10101001 | 1100001 | 110101 |
Color Harmonies of #13FCD1
Complementary color
Monochromatic Colors of #13FCD1
Black with #13FCD1
Text Example
Text Example
White with #13FCD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FCD1; }
p { color: rgb(19,252,209); }
H1.HeaderClassName
{
color: #13FCD1;
}
.AnyTagClassName
{
color: #13FCD1;
}
</style>
background-color css
<style>
a { background-color: #13FCD1; }
a { background-color: rgb(19,252,209); }
div.DivClassName
{
background-color: #13FCD1;
}
.BgClassName
{
background-color: #13FCD1;
}
</style>
border-color css
<style>
span { border-color: #13FCD1; }
span { border-color: rgb(19,252,209); }
td.TdClassName
{
border-color: #13FCD1;
}
.TagClassName
{
border-color: #13FCD1;
}
</style>