Shades of Bright Turquoise #13FDD6
Tints of Bright Turquoise #13FDD6
RGB
CMYK
RGB Variations
Color information
#13FDD6 (or 0x13FDD6) is known color: Bright Turquoise. HEX triplet: 13, FD and D6. RGB value is (19,253,214). Sum of RGB (Red+Green+Blue) = 19+253+214=486 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.91% from 486); Green value is 253 (99.22% from 255 or 52.06% from 486); Blue value is 214 (83.98% from 255 or 44.03% from 486); Max value from RGB is 253 - color contains mainly: green. Hex color #13FDD6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FDD6 is #EC0229. Grayscale: #B2B2B2. Windows color (decimal): -15467050 or 14089491. OLE color: 14089491.
HSL color Cylindrical-coordinate representation of color #13FDD6: hue angle of 170º degrees, saturation: 0.98, 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 #13FDD6 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 253 | 214 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.01 |
| HSL | 170º | 0.98% | 0.53% | - |
| HSV(B) | 170º | 0.92% | 0.99% | - |
| XYZ | 47.53 | 75.24 | 75.64 | - |
| YUV | 178.59 | 147.98 | 14.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 253 | 214 | 0.92 | 0 | 0.15 | 0.01 | 170 | 0.98 | 0.53 |
| Hex | 13 | FD | D6 | 5C | 0 | F | 1 | AA | 62 | 35 |
| Octal | 23 | 375 | 326 | 134 | 0 | 17 | 1 | 252 | 142 | 65 |
| Binary | 10011 | 11111101 | 11010110 | 1011100 | 0 | 1111 | 1 | 10101010 | 1100010 | 110101 |
Color Harmonies of #13FDD6
Complementary color
Monochromatic Colors of #13FDD6
Black with #13FDD6
Text Example
Text Example
White with #13FDD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FDD6; }
p { color: rgb(19,253,214); }
H1.HeaderClassName
{
color: #13FDD6;
}
.AnyTagClassName
{
color: #13FDD6;
}
</style>
background-color css
<style>
a { background-color: #13FDD6; }
a { background-color: rgb(19,253,214); }
div.DivClassName
{
background-color: #13FDD6;
}
.BgClassName
{
background-color: #13FDD6;
}
</style>
border-color css
<style>
span { border-color: #13FDD6; }
span { border-color: rgb(19,253,214); }
td.TdClassName
{
border-color: #13FDD6;
}
.TagClassName
{
border-color: #13FDD6;
}
</style>