Shades of Bright Turquoise #13FFDF
Tints of Bright Turquoise #13FFDF
RGB
CMYK
RGB Variations
Color information
#13FFDF (or 0x13FFDF) is known color: Bright Turquoise. HEX triplet: 13, FF and DF. RGB value is (19,255,223). Sum of RGB (Red+Green+Blue) = 19+255+223=497 (65% of max value = 765). Red value is 19 (7.81% from 255 or 3.82% from 497); Green value is 255 (100% from 255 or 51.31% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FFDF is #EC0020. Grayscale: #B4B4B4. Windows color (decimal): -15466529 or 14679827. OLE color: 14679827.
HSL color Cylindrical-coordinate representation of color #13FFDF: hue angle of 171.86º 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 #13FFDF is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 223 | - |
| CMYK | 0.93 | 0 | 0.13 | 0 |
| HSL | 171.86º | 1% | 0.54% | - |
| HSV(B) | 171.86º | 0.93% | 1% | - |
| XYZ | 49.35 | 76.99 | 82.07 | - |
| YUV | 180.79 | 151.81 | 12.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 223 | 0.93 | 0 | 0.13 | 0 | 171.86 | 1 | 0.54 |
| Hex | 13 | FF | DF | 5D | 0 | D | 0 | AC | 64 | 36 |
| Octal | 23 | 377 | 337 | 135 | 0 | 15 | 0 | 254 | 144 | 66 |
| Binary | 10011 | 11111111 | 11011111 | 1011101 | 0 | 1101 | 0 | 10101100 | 1100100 | 110110 |
Color Harmonies of #13FFDF
Complementary color
Monochromatic Colors of #13FFDF
Black with #13FFDF
Text Example
Text Example
White with #13FFDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FFDF; }
p { color: rgb(19,255,223); }
H1.HeaderClassName
{
color: #13FFDF;
}
.AnyTagClassName
{
color: #13FFDF;
}
</style>
background-color css
<style>
a { background-color: #13FFDF; }
a { background-color: rgb(19,255,223); }
div.DivClassName
{
background-color: #13FFDF;
}
.BgClassName
{
background-color: #13FFDF;
}
</style>
border-color css
<style>
span { border-color: #13FFDF; }
span { border-color: rgb(19,255,223); }
td.TdClassName
{
border-color: #13FFDF;
}
.TagClassName
{
border-color: #13FFDF;
}
</style>