Shades of Bright Turquoise #13F2C6
Tints of Bright Turquoise #13F2C6
RGB
CMYK
RGB Variations
Color information
#13F2C6 (or 0x13F2C6) is known color: Bright Turquoise. HEX triplet: 13, F2 and C6. RGB value is (19,242,198). Sum of RGB (Red+Green+Blue) = 19+242+198=459 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.14% from 459); Green value is 242 (94.92% from 255 or 52.72% from 459); Blue value is 198 (77.73% from 255 or 43.14% from 459); Max value from RGB is 242 - color contains mainly: green. Hex color #13F2C6 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F2C6 is #EC0D39. Grayscale: #AAAAAA. Windows color (decimal): -15469882 or 13038099. OLE color: 13038099.
HSL color Cylindrical-coordinate representation of color #13F2C6: hue angle of 168.16º 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 #13F2C6 is Cyan = 0.92, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 242 | 198 | - |
| CMYK | 0.92 | 0 | 0.18 | 0.05 |
| HSL | 168.16º | 0.9% | 0.51% | - |
| HSV(B) | 168.16º | 0.92% | 0.95% | - |
| XYZ | 42.21 | 67.72 | 64.27 | - |
| YUV | 170.31 | 143.62 | 20.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 242 | 198 | 0.92 | 0 | 0.18 | 0.05 | 168.16 | 0.9 | 0.51 |
| Hex | 13 | F2 | C6 | 5C | 0 | 12 | 5 | A8 | 5A | 33 |
| Octal | 23 | 362 | 306 | 134 | 0 | 22 | 5 | 250 | 132 | 63 |
| Binary | 10011 | 11110010 | 11000110 | 1011100 | 0 | 10010 | 101 | 10101000 | 1011010 | 110011 |
Color Harmonies of #13F2C6
Complementary color
Monochromatic Colors of #13F2C6
Black with #13F2C6
Text Example
Text Example
White with #13F2C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F2C6; }
p { color: rgb(19,242,198); }
H1.HeaderClassName
{
color: #13F2C6;
}
.AnyTagClassName
{
color: #13F2C6;
}
</style>
background-color css
<style>
a { background-color: #13F2C6; }
a { background-color: rgb(19,242,198); }
div.DivClassName
{
background-color: #13F2C6;
}
.BgClassName
{
background-color: #13F2C6;
}
</style>
border-color css
<style>
span { border-color: #13F2C6; }
span { border-color: rgb(19,242,198); }
td.TdClassName
{
border-color: #13F2C6;
}
.TagClassName
{
border-color: #13F2C6;
}
</style>