Shades of Bright Turquoise #13ECDF
Tints of Bright Turquoise #13ECDF
RGB
CMYK
RGB Variations
Color information
#13ECDF (or 0x13ECDF) is known color: Bright Turquoise. HEX triplet: 13, EC and DF. RGB value is (19,236,223). Sum of RGB (Red+Green+Blue) = 19+236+223=478 (63% of max value = 765). Red value is 19 (7.81% from 255 or 3.97% from 478); Green value is 236 (92.58% from 255 or 49.37% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 236 - color contains mainly: green. Hex color #13ECDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #13ECDF is #EC1320. Grayscale: #A9A9A9. Windows color (decimal): -15471393 or 14674963. OLE color: 14674963.
HSL color Cylindrical-coordinate representation of color #13ECDF: hue angle of 176.41º degrees, saturation: 0.85, 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 #13ECDF is Cyan = 0.92, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 19 | 236 | 223 | - |
| CMYK | 0.92 | 0 | 0.06 | 0.07 |
| HSL | 176.41º | 0.85% | 0.5% | - |
| HSV(B) | 176.41º | 0.92% | 0.93% | - |
| XYZ | 43.58 | 65.46 | 80.15 | - |
| YUV | 169.64 | 158.11 | 20.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 236 | 223 | 0.92 | 0 | 0.06 | 0.07 | 176.41 | 0.85 | 0.5 |
| Hex | 13 | EC | DF | 5C | 0 | 6 | 7 | B0 | 55 | 32 |
| Octal | 23 | 354 | 337 | 134 | 0 | 6 | 7 | 260 | 125 | 62 |
| Binary | 10011 | 11101100 | 11011111 | 1011100 | 0 | 110 | 111 | 10110000 | 1010101 | 110010 |
Color Harmonies of #13ECDF
Complementary color
Monochromatic Colors of #13ECDF
Black with #13ECDF
Text Example
Text Example
White with #13ECDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13ECDF; }
p { color: rgb(19,236,223); }
H1.HeaderClassName
{
color: #13ECDF;
}
.AnyTagClassName
{
color: #13ECDF;
}
</style>
background-color css
<style>
a { background-color: #13ECDF; }
a { background-color: rgb(19,236,223); }
div.DivClassName
{
background-color: #13ECDF;
}
.BgClassName
{
background-color: #13ECDF;
}
</style>
border-color css
<style>
span { border-color: #13ECDF; }
span { border-color: rgb(19,236,223); }
td.TdClassName
{
border-color: #13ECDF;
}
.TagClassName
{
border-color: #13ECDF;
}
</style>