Shades of Bright Turquoise #13F2C3
Tints of Bright Turquoise #13F2C3
RGB
CMYK
RGB Variations
Color information
#13F2C3 (or 0x13F2C3) is known color: Bright Turquoise. HEX triplet: 13, F2 and C3. RGB value is (19,242,195). Sum of RGB (Red+Green+Blue) = 19+242+195=456 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.17% from 456); Green value is 242 (94.92% from 255 or 53.07% from 456); Blue value is 195 (76.56% from 255 or 42.76% from 456); Max value from RGB is 242 - color contains mainly: green. Hex color #13F2C3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F2C3 is #EC0D3C. Grayscale: #A9A9A9. Windows color (decimal): -15469885 or 12841491. OLE color: 12841491.
HSL color Cylindrical-coordinate representation of color #13F2C3: hue angle of 167.35º 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 #13F2C3 is Cyan = 0.92, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 242 | 195 | - |
| CMYK | 0.92 | 0 | 0.19 | 0.05 |
| HSL | 167.35º | 0.9% | 0.51% | - |
| HSV(B) | 167.35º | 0.92% | 0.95% | - |
| XYZ | 41.87 | 67.58 | 62.47 | - |
| YUV | 169.97 | 142.12 | 20.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 242 | 195 | 0.92 | 0 | 0.19 | 0.05 | 167.35 | 0.9 | 0.51 |
| Hex | 13 | F2 | C3 | 5C | 0 | 13 | 5 | A7 | 5A | 33 |
| Octal | 23 | 362 | 303 | 134 | 0 | 23 | 5 | 247 | 132 | 63 |
| Binary | 10011 | 11110010 | 11000011 | 1011100 | 0 | 10011 | 101 | 10100111 | 1011010 | 110011 |
Color Harmonies of #13F2C3
Complementary color
Monochromatic Colors of #13F2C3
Black with #13F2C3
Text Example
Text Example
White with #13F2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F2C3; }
p { color: rgb(19,242,195); }
H1.HeaderClassName
{
color: #13F2C3;
}
.AnyTagClassName
{
color: #13F2C3;
}
</style>
background-color css
<style>
a { background-color: #13F2C3; }
a { background-color: rgb(19,242,195); }
div.DivClassName
{
background-color: #13F2C3;
}
.BgClassName
{
background-color: #13F2C3;
}
</style>
border-color css
<style>
span { border-color: #13F2C3; }
span { border-color: rgb(19,242,195); }
td.TdClassName
{
border-color: #13F2C3;
}
.TagClassName
{
border-color: #13F2C3;
}
</style>