Shades of Bright Turquoise #13F3C2
Tints of Bright Turquoise #13F3C2
RGB
CMYK
RGB Variations
Color information
#13F3C2 (or 0x13F3C2) is known color: Bright Turquoise. HEX triplet: 13, F3 and C2. RGB value is (19,243,194). Sum of RGB (Red+Green+Blue) = 19+243+194=456 (60% of max value = 765). Red value is 19 (7.81% from 255 or 4.17% from 456); Green value is 243 (95.31% from 255 or 53.29% from 456); Blue value is 194 (76.17% from 255 or 42.54% from 456); Max value from RGB is 243 - color contains mainly: green. Hex color #13F3C2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13F3C2 is #EC0C3D. Grayscale: #AAAAAA. Windows color (decimal): -15469630 or 12776211. OLE color: 12776211.
HSL color Cylindrical-coordinate representation of color #13F3C2: hue angle of 166.88º 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 #13F3C2 is Cyan = 0.92, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 19 | 243 | 194 | - |
| CMYK | 0.92 | 0 | 0.20 | 0.05 |
| HSL | 166.88º | 0.9% | 0.51% | - |
| HSV(B) | 166.88º | 0.92% | 0.95% | - |
| XYZ | 42.06 | 68.13 | 61.97 | - |
| YUV | 170.44 | 141.29 | 19.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 243 | 194 | 0.92 | 0 | 0.20 | 0.05 | 166.88 | 0.9 | 0.51 |
| Hex | 13 | F3 | C2 | 5C | 0 | 14 | 5 | A7 | 5A | 33 |
| Octal | 23 | 363 | 302 | 134 | 0 | 24 | 5 | 247 | 132 | 63 |
| Binary | 10011 | 11110011 | 11000010 | 1011100 | 0 | 10100 | 101 | 10100111 | 1011010 | 110011 |
Color Harmonies of #13F3C2
Complementary color
Monochromatic Colors of #13F3C2
Black with #13F3C2
Text Example
Text Example
White with #13F3C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13F3C2; }
p { color: rgb(19,243,194); }
H1.HeaderClassName
{
color: #13F3C2;
}
.AnyTagClassName
{
color: #13F3C2;
}
</style>
background-color css
<style>
a { background-color: #13F3C2; }
a { background-color: rgb(19,243,194); }
div.DivClassName
{
background-color: #13F3C2;
}
.BgClassName
{
background-color: #13F3C2;
}
</style>
border-color css
<style>
span { border-color: #13F3C2; }
span { border-color: rgb(19,243,194); }
td.TdClassName
{
border-color: #13F3C2;
}
.TagClassName
{
border-color: #13F3C2;
}
</style>