Shades of Bright Turquoise #13FFD8
Tints of Bright Turquoise #13FFD8
RGB
CMYK
RGB Variations
Color information
#13FFD8 (or 0x13FFD8) is known color: Bright Turquoise. HEX triplet: 13, FF and D8. RGB value is (19,255,216). Sum of RGB (Red+Green+Blue) = 19+255+216=490 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.88% from 490); Green value is 255 (100% from 255 or 52.04% from 490); Blue value is 216 (84.77% from 255 or 44.08% from 490); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFD8 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FFD8 is #EC0027. Grayscale: #B3B3B3. Windows color (decimal): -15466536 or 14221075. OLE color: 14221075.
HSL color Cylindrical-coordinate representation of color #13FFD8: hue angle of 170.08º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FFD8 is Cyan = 0.93, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 216 | - |
| CMYK | 0.93 | 0 | 0.15 | 0 |
| HSL | 170.08º | 1% | 0.54% | - |
| HSV(B) | 170.08º | 0.93% | 1% | - |
| XYZ | 48.42 | 76.62 | 77.2 | - |
| YUV | 179.99 | 148.31 | 13.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 216 | 0.93 | 0 | 0.15 | 0 | 170.08 | 1 | 0.54 |
| Hex | 13 | FF | D8 | 5D | 0 | F | 0 | AA | 64 | 36 |
| Octal | 23 | 377 | 330 | 135 | 0 | 17 | 0 | 252 | 144 | 66 |
| Binary | 10011 | 11111111 | 11011000 | 1011101 | 0 | 1111 | 0 | 10101010 | 1100100 | 110110 |
Color Harmonies of #13FFD8
Complementary color
Monochromatic Colors of #13FFD8
Black with #13FFD8
Text Example
Text Example
White with #13FFD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FFD8; }
p { color: rgb(19,255,216); }
H1.HeaderClassName
{
color: #13FFD8;
}
.AnyTagClassName
{
color: #13FFD8;
}
</style>
background-color css
<style>
a { background-color: #13FFD8; }
a { background-color: rgb(19,255,216); }
div.DivClassName
{
background-color: #13FFD8;
}
.BgClassName
{
background-color: #13FFD8;
}
</style>
border-color css
<style>
span { border-color: #13FFD8; }
span { border-color: rgb(19,255,216); }
td.TdClassName
{
border-color: #13FFD8;
}
.TagClassName
{
border-color: #13FFD8;
}
</style>