Shades of Bright Turquoise #13FFCC
Tints of Bright Turquoise #13FFCC
RGB
CMYK
RGB Variations
Color information
#13FFCC (or 0x13FFCC) is known color: Bright Turquoise. HEX triplet: 13, FF and CC. RGB value is (19,255,204). Sum of RGB (Red+Green+Blue) = 19+255+204=478 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.97% from 478); Green value is 255 (100% from 255 or 53.35% from 478); Blue value is 204 (80.08% from 255 or 42.68% from 478); Max value from RGB is 255 - color contains mainly: green. Hex color #13FFCC is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13FFCC is #EC0033. Grayscale: #B2B2B2. Windows color (decimal): -15466548 or 13434643. OLE color: 13434643.
HSL color Cylindrical-coordinate representation of color #13FFCC: hue angle of 167.03º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13FFCC is Cyan = 0.93, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 19 | 255 | 204 | - |
| CMYK | 0.93 | 0 | 0.2 | 0 |
| HSL | 167.03º | 1% | 0.54% | - |
| HSV(B) | 167.03º | 0.93% | 1% | - |
| XYZ | 46.93 | 76.02 | 69.33 | - |
| YUV | 178.62 | 142.31 | 14.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 255 | 204 | 0.93 | 0 | 0.2 | 0 | 167.03 | 1 | 0.54 |
| Hex | 13 | FF | CC | 5D | 0 | 14 | 0 | A7 | 64 | 36 |
| Octal | 23 | 377 | 314 | 135 | 0 | 24 | 0 | 247 | 144 | 66 |
| Binary | 10011 | 11111111 | 11001100 | 1011101 | 0 | 10100 | 0 | 10100111 | 1100100 | 110110 |
Color Harmonies of #13FFCC
Complementary color
Monochromatic Colors of #13FFCC
Black with #13FFCC
Text Example
Text Example
White with #13FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13FFCC; }
p { color: rgb(19,255,204); }
H1.HeaderClassName
{
color: #13FFCC;
}
.AnyTagClassName
{
color: #13FFCC;
}
</style>
background-color css
<style>
a { background-color: #13FFCC; }
a { background-color: rgb(19,255,204); }
div.DivClassName
{
background-color: #13FFCC;
}
.BgClassName
{
background-color: #13FFCC;
}
</style>
border-color css
<style>
span { border-color: #13FFCC; }
span { border-color: rgb(19,255,204); }
td.TdClassName
{
border-color: #13FFCC;
}
.TagClassName
{
border-color: #13FFCC;
}
</style>