Shades of Bright Turquoise #13DCCF
Tints of Bright Turquoise #13DCCF
RGB
CMYK
RGB Variations
Color information
#13DCCF (or 0x13DCCF) is known color: Bright Turquoise. HEX triplet: 13, DC and CF. RGB value is (19,220,207). Sum of RGB (Red+Green+Blue) = 19+220+207=446 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.26% from 446); Green value is 220 (86.33% from 255 or 49.33% from 446); Blue value is 207 (81.25% from 255 or 46.41% from 446); Max value from RGB is 220 - color contains mainly: green. Hex color #13DCCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DCCF is #EC2330. Grayscale: #9E9E9E. Windows color (decimal): -15475505 or 13622291. OLE color: 13622291.
HSL color Cylindrical-coordinate representation of color #13DCCF: hue angle of 176.12º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13DCCF is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 19 | 220 | 207 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.14 |
| HSL | 176.12º | 0.84% | 0.47% | - |
| HSV(B) | 176.12º | 0.91% | 0.86% | - |
| XYZ | 37.12 | 55.83 | 67.85 | - |
| YUV | 158.42 | 155.41 | 28.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 220 | 207 | 0.91 | 0 | 0.06 | 0.14 | 176.12 | 0.84 | 0.47 |
| Hex | 13 | DC | CF | 5B | 0 | 6 | E | B0 | 54 | 2F |
| Octal | 23 | 334 | 317 | 133 | 0 | 6 | 16 | 260 | 124 | 57 |
| Binary | 10011 | 11011100 | 11001111 | 1011011 | 0 | 110 | 1110 | 10110000 | 1010100 | 101111 |
Color Harmonies of #13DCCF
Complementary color
Monochromatic Colors of #13DCCF
Black with #13DCCF
Text Example
Text Example
White with #13DCCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DCCF; }
p { color: rgb(19,220,207); }
H1.HeaderClassName
{
color: #13DCCF;
}
.AnyTagClassName
{
color: #13DCCF;
}
</style>
background-color css
<style>
a { background-color: #13DCCF; }
a { background-color: rgb(19,220,207); }
div.DivClassName
{
background-color: #13DCCF;
}
.BgClassName
{
background-color: #13DCCF;
}
</style>
border-color css
<style>
span { border-color: #13DCCF; }
span { border-color: rgb(19,220,207); }
td.TdClassName
{
border-color: #13DCCF;
}
.TagClassName
{
border-color: #13DCCF;
}
</style>