Shades of Dark Turquoise #13CFDD
Tints of Dark Turquoise #13CFDD
RGB
CMYK
RGB Variations
Color information
#13CFDD (or 0x13CFDD) is known color: Dark Turquoise. HEX triplet: 13, CF and DD. RGB value is (19,207,221). Sum of RGB (Red+Green+Blue) = 19+207+221=447 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.25% from 447); Green value is 207 (81.25% from 255 or 46.31% from 447); Blue value is 221 (86.72% from 255 or 49.44% from 447); Max value from RGB is 221 - color contains mainly: blue. Hex color #13CFDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFDD is #EC3022. Grayscale: #989898. Windows color (decimal): -15478819 or 14536467. OLE color: 14536467.
HSL color Cylindrical-coordinate representation of color #13CFDD: hue angle of 184.16º degrees, saturation: 0.84, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CFDD is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 207 | 221 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.13 |
| HSL | 184.16º | 0.84% | 0.47% | - |
| HSV(B) | 184.16º | 0.91% | 0.87% | - |
| XYZ | 35.63 | 49.98 | 76.18 | - |
| YUV | 152.38 | 166.72 | 32.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 221 | 0.91 | 0.06 | 0 | 0.13 | 184.16 | 0.84 | 0.47 |
| Hex | 13 | CF | DD | 5B | 6 | 0 | D | B8 | 54 | 2F |
| Octal | 23 | 317 | 335 | 133 | 6 | 0 | 15 | 270 | 124 | 57 |
| Binary | 10011 | 11001111 | 11011101 | 1011011 | 110 | 0 | 1101 | 10111000 | 1010100 | 101111 |
Color Harmonies of #13CFDD
Complementary color
Monochromatic Colors of #13CFDD
Black with #13CFDD
Text Example
Text Example
White with #13CFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CFDD; }
p { color: rgb(19,207,221); }
H1.HeaderClassName
{
color: #13CFDD;
}
.AnyTagClassName
{
color: #13CFDD;
}
</style>
background-color css
<style>
a { background-color: #13CFDD; }
a { background-color: rgb(19,207,221); }
div.DivClassName
{
background-color: #13CFDD;
}
.BgClassName
{
background-color: #13CFDD;
}
</style>
border-color css
<style>
span { border-color: #13CFDD; }
span { border-color: rgb(19,207,221); }
td.TdClassName
{
border-color: #13CFDD;
}
.TagClassName
{
border-color: #13CFDD;
}
</style>