Shades of Bright Turquoise #13EFCF
Tints of Bright Turquoise #13EFCF
RGB
CMYK
RGB Variations
Color information
#13EFCF (or 0x13EFCF) is known color: Bright Turquoise. HEX triplet: 13, EF and CF. RGB value is (19,239,207). Sum of RGB (Red+Green+Blue) = 19+239+207=465 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.09% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 207 (81.25% from 255 or 44.52% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #13EFCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EFCF is #EC1030. Grayscale: #A9A9A9. Windows color (decimal): -15470641 or 13627155. OLE color: 13627155.
HSL color Cylindrical-coordinate representation of color #13EFCF: hue angle of 171.27º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EFCF is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 19 | 239 | 207 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.06 |
| HSL | 171.27º | 0.87% | 0.51% | - |
| HSV(B) | 171.27º | 0.92% | 0.94% | - |
| XYZ | 42.4 | 66.38 | 69.61 | - |
| YUV | 169.57 | 149.11 | 20.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 239 | 207 | 0.92 | 0 | 0.13 | 0.06 | 171.27 | 0.87 | 0.51 |
| Hex | 13 | EF | CF | 5C | 0 | D | 6 | AB | 57 | 33 |
| Octal | 23 | 357 | 317 | 134 | 0 | 15 | 6 | 253 | 127 | 63 |
| Binary | 10011 | 11101111 | 11001111 | 1011100 | 0 | 1101 | 110 | 10101011 | 1010111 | 110011 |
Color Harmonies of #13EFCF
Complementary color
Monochromatic Colors of #13EFCF
Black with #13EFCF
Text Example
Text Example
White with #13EFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EFCF; }
p { color: rgb(19,239,207); }
H1.HeaderClassName
{
color: #13EFCF;
}
.AnyTagClassName
{
color: #13EFCF;
}
</style>
background-color css
<style>
a { background-color: #13EFCF; }
a { background-color: rgb(19,239,207); }
div.DivClassName
{
background-color: #13EFCF;
}
.BgClassName
{
background-color: #13EFCF;
}
</style>
border-color css
<style>
span { border-color: #13EFCF; }
span { border-color: rgb(19,239,207); }
td.TdClassName
{
border-color: #13EFCF;
}
.TagClassName
{
border-color: #13EFCF;
}
</style>