Shades of Bright Turquoise #13FECF
Tints of Bright Turquoise #13FECF
RGB
CMYK
RGB Variations
Color information
#13FECF (or 0x13FECF) is known color: Bright Turquoise. HEX triplet: 13, FE and CF. RGB value is (19,254,207). Sum of RGB (Red+Green+Blue) = 19+254+207=480 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.96% from 480); Green value is 254 (99.61% from 255 or 52.92% from 480); Blue value is 207 (81.25% from 255 or 43.12% from 480); Max value from RGB is 254 - color contains mainly: green. Hex color #13FECF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FECF is #EC0130. Grayscale: #B2B2B2. Windows color (decimal): -15466801 or 13630995. OLE color: 13630995.
HSL color Cylindrical-coordinate representation of color #13FECF: hue angle of 168º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FECF is Cyan = 0.93, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 19 | 254 | 207 | - |
| CMYK | 0.93 | 0 | 0.19 | 0.00 |
| HSL | 168º | 0.99% | 0.54% | - |
| HSV(B) | 168º | 0.93% | 1% | - |
| XYZ | 46.97 | 75.53 | 71.13 | - |
| YUV | 178.38 | 144.14 | 14.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 254 | 207 | 0.93 | 0 | 0.19 | 0.00 | 168 | 0.99 | 0.54 |
| Hex | 13 | FE | CF | 5D | 0 | 13 | 0 | A8 | 63 | 36 |
| Octal | 23 | 376 | 317 | 135 | 0 | 23 | 0 | 250 | 143 | 66 |
| Binary | 10011 | 11111110 | 11001111 | 1011101 | 0 | 10011 | 0 | 10101000 | 1100011 | 110110 |
Color Harmonies of #13FECF
Complementary color
Monochromatic Colors of #13FECF
Black with #13FECF
Text Example
Text Example
White with #13FECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FECF; }
p { color: rgb(19,254,207); }
H1.HeaderClassName
{
color: #13FECF;
}
.AnyTagClassName
{
color: #13FECF;
}
</style>
background-color css
<style>
a { background-color: #13FECF; }
a { background-color: rgb(19,254,207); }
div.DivClassName
{
background-color: #13FECF;
}
.BgClassName
{
background-color: #13FECF;
}
</style>
border-color css
<style>
span { border-color: #13FECF; }
span { border-color: rgb(19,254,207); }
td.TdClassName
{
border-color: #13FECF;
}
.TagClassName
{
border-color: #13FECF;
}
</style>