Shades of Bright Turquoise #13F2DF
Tints of Bright Turquoise #13F2DF
RGB
CMYK
RGB Variations
Color information
#13F2DF (or 0x13F2DF) is known color: Bright Turquoise. HEX triplet: 13, F2 and DF. RGB value is (19,242,223). Sum of RGB (Red+Green+Blue) = 19+242+223=484 (64% of max value = 765). Red value is 19 (7.81% from 255 or 3.93% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 223 (87.5% from 255 or 46.07% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #13F2DF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F2DF is #EC0D20. Grayscale: #ADADAD. Windows color (decimal): -15469857 or 14676499. OLE color: 14676499.
HSL color Cylindrical-coordinate representation of color #13F2DF: hue angle of 174.89º 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 #13F2DF is Cyan = 0.92, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 242 | 223 | - |
| CMYK | 0.92 | 0 | 0.08 | 0.05 |
| HSL | 174.89º | 0.9% | 0.51% | - |
| HSV(B) | 174.89º | 0.92% | 0.95% | - |
| XYZ | 45.34 | 68.97 | 80.74 | - |
| YUV | 173.16 | 156.12 | 18.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 242 | 223 | 0.92 | 0 | 0.08 | 0.05 | 174.89 | 0.9 | 0.51 |
| Hex | 13 | F2 | DF | 5C | 0 | 8 | 5 | AF | 5A | 33 |
| Octal | 23 | 362 | 337 | 134 | 0 | 10 | 5 | 257 | 132 | 63 |
| Binary | 10011 | 11110010 | 11011111 | 1011100 | 0 | 1000 | 101 | 10101111 | 1011010 | 110011 |
Color Harmonies of #13F2DF
Complementary color
Monochromatic Colors of #13F2DF
Black with #13F2DF
Text Example
Text Example
White with #13F2DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F2DF; }
p { color: rgb(19,242,223); }
H1.HeaderClassName
{
color: #13F2DF;
}
.AnyTagClassName
{
color: #13F2DF;
}
</style>
background-color css
<style>
a { background-color: #13F2DF; }
a { background-color: rgb(19,242,223); }
div.DivClassName
{
background-color: #13F2DF;
}
.BgClassName
{
background-color: #13F2DF;
}
</style>
border-color css
<style>
span { border-color: #13F2DF; }
span { border-color: rgb(19,242,223); }
td.TdClassName
{
border-color: #13F2DF;
}
.TagClassName
{
border-color: #13F2DF;
}
</style>