Shades of Bright Turquoise #13F2D9
Tints of Bright Turquoise #13F2D9
RGB
CMYK
RGB Variations
Color information
#13F2D9 (or 0x13F2D9) is known color: Bright Turquoise. HEX triplet: 13, F2 and D9. RGB value is (19,242,217). Sum of RGB (Red+Green+Blue) = 19+242+217=478 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.97% from 478); Green value is 242 (94.92% from 255 or 50.63% from 478); Blue value is 217 (85.16% from 255 or 45.40% from 478); Max value from RGB is 242 - color contains mainly: green. Hex color #13F2D9 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F2D9 is #EC0D26. Grayscale: #ACACAC. Windows color (decimal): -15469863 or 14283283. OLE color: 14283283.
HSL color Cylindrical-coordinate representation of color #13F2D9: hue angle of 173.27º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13F2D9 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 242 | 217 | - |
| CMYK | 0.92 | 0 | 0.10 | 0.05 |
| HSL | 173.27º | 0.9% | 0.51% | - |
| HSV(B) | 173.27º | 0.92% | 0.95% | - |
| XYZ | 44.55 | 68.65 | 76.55 | - |
| YUV | 172.47 | 153.12 | 18.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 242 | 217 | 0.92 | 0 | 0.10 | 0.05 | 173.27 | 0.9 | 0.51 |
| Hex | 13 | F2 | D9 | 5C | 0 | A | 5 | AD | 5A | 33 |
| Octal | 23 | 362 | 331 | 134 | 0 | 12 | 5 | 255 | 132 | 63 |
| Binary | 10011 | 11110010 | 11011001 | 1011100 | 0 | 1010 | 101 | 10101101 | 1011010 | 110011 |
Color Harmonies of #13F2D9
Complementary color
Monochromatic Colors of #13F2D9
Black with #13F2D9
Text Example
Text Example
White with #13F2D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F2D9; }
p { color: rgb(19,242,217); }
H1.HeaderClassName
{
color: #13F2D9;
}
.AnyTagClassName
{
color: #13F2D9;
}
</style>
background-color css
<style>
a { background-color: #13F2D9; }
a { background-color: rgb(19,242,217); }
div.DivClassName
{
background-color: #13F2D9;
}
.BgClassName
{
background-color: #13F2D9;
}
</style>
border-color css
<style>
span { border-color: #13F2D9; }
span { border-color: rgb(19,242,217); }
td.TdClassName
{
border-color: #13F2D9;
}
.TagClassName
{
border-color: #13F2D9;
}
</style>