Shades of Bright Turquoise #13EECF
Tints of Bright Turquoise #13EECF
RGB
CMYK
RGB Variations
Color information
#13EECF (or 0x13EECF) is known color: Bright Turquoise. HEX triplet: 13, EE and CF. RGB value is (19,238,207). Sum of RGB (Red+Green+Blue) = 19+238+207=464 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.09% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #13EECF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13EECF is #EC1130. Grayscale: #A8A8A8. Windows color (decimal): -15470897 or 13626899. OLE color: 13626899.
HSL color Cylindrical-coordinate representation of color #13EECF: hue angle of 171.51º degrees, saturation: 0.87, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13EECF is Cyan = 0.92, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 238 | 207 | - |
| CMYK | 0.92 | 0 | 0.13 | 0.07 |
| HSL | 171.51º | 0.87% | 0.5% | - |
| HSV(B) | 171.51º | 0.92% | 0.93% | - |
| XYZ | 42.11 | 65.79 | 69.51 | - |
| YUV | 168.99 | 149.45 | 21.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 238 | 207 | 0.92 | 0 | 0.13 | 0.07 | 171.51 | 0.87 | 0.5 |
| Hex | 13 | EE | CF | 5C | 0 | D | 7 | AC | 57 | 32 |
| Octal | 23 | 356 | 317 | 134 | 0 | 15 | 7 | 254 | 127 | 62 |
| Binary | 10011 | 11101110 | 11001111 | 1011100 | 0 | 1101 | 111 | 10101100 | 1010111 | 110010 |
Color Harmonies of #13EECF
Complementary color
Monochromatic Colors of #13EECF
Black with #13EECF
Text Example
Text Example
White with #13EECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13EECF; }
p { color: rgb(19,238,207); }
H1.HeaderClassName
{
color: #13EECF;
}
.AnyTagClassName
{
color: #13EECF;
}
</style>
background-color css
<style>
a { background-color: #13EECF; }
a { background-color: rgb(19,238,207); }
div.DivClassName
{
background-color: #13EECF;
}
.BgClassName
{
background-color: #13EECF;
}
</style>
border-color css
<style>
span { border-color: #13EECF; }
span { border-color: rgb(19,238,207); }
td.TdClassName
{
border-color: #13EECF;
}
.TagClassName
{
border-color: #13EECF;
}
</style>