Shades of Bright Turquoise #13FDD8
Tints of Bright Turquoise #13FDD8
RGB
CMYK
RGB Variations
Color information
#13FDD8 (or 0x13FDD8) is known color: Bright Turquoise. HEX triplet: 13, FD and D8. RGB value is (19,253,216). Sum of RGB (Red+Green+Blue) = 19+253+216=488 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.89% from 488); Green value is 253 (99.22% from 255 or 51.84% from 488); Blue value is 216 (84.77% from 255 or 44.26% from 488); Max value from RGB is 253 - color contains mainly: green. Hex color #13FDD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FDD8 is #EC0227. Grayscale: #B2B2B2. Windows color (decimal): -15467048 or 14220563. OLE color: 14220563.
HSL color Cylindrical-coordinate representation of color #13FDD8: hue angle of 170.51º 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 #13FDD8 is Cyan = 0.92, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 19 | 253 | 216 | - |
| CMYK | 0.92 | 0 | 0.15 | 0.01 |
| HSL | 170.51º | 0.98% | 0.53% | - |
| HSV(B) | 170.51º | 0.92% | 0.99% | - |
| XYZ | 47.79 | 75.35 | 76.99 | - |
| YUV | 178.82 | 148.98 | 14.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 253 | 216 | 0.92 | 0 | 0.15 | 0.01 | 170.51 | 0.98 | 0.53 |
| Hex | 13 | FD | D8 | 5C | 0 | F | 1 | AB | 62 | 35 |
| Octal | 23 | 375 | 330 | 134 | 0 | 17 | 1 | 253 | 142 | 65 |
| Binary | 10011 | 11111101 | 11011000 | 1011100 | 0 | 1111 | 1 | 10101011 | 1100010 | 110101 |
Color Harmonies of #13FDD8
Complementary color
Monochromatic Colors of #13FDD8
Black with #13FDD8
Text Example
Text Example
White with #13FDD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FDD8; }
p { color: rgb(19,253,216); }
H1.HeaderClassName
{
color: #13FDD8;
}
.AnyTagClassName
{
color: #13FDD8;
}
</style>
background-color css
<style>
a { background-color: #13FDD8; }
a { background-color: rgb(19,253,216); }
div.DivClassName
{
background-color: #13FDD8;
}
.BgClassName
{
background-color: #13FDD8;
}
</style>
border-color css
<style>
span { border-color: #13FDD8; }
span { border-color: rgb(19,253,216); }
td.TdClassName
{
border-color: #13FDD8;
}
.TagClassName
{
border-color: #13FDD8;
}
</style>