Shades of Dark Turquoise #13CFCF
Tints of Dark Turquoise #13CFCF
RGB
CMYK
RGB Variations
Color information
#13CFCF (or 0x13CFCF) is known color: Dark Turquoise. HEX triplet: 13, CF and CF. RGB value is (19,207,207). Sum of RGB (Red+Green+Blue) = 19+207+207=433 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.39% from 433); Green value is 207 (81.25% from 255 or 47.81% from 433); Blue value is 207 (81.25% from 255 or 47.81% from 433); Max value from RGB is 207 - color contains mainly: green, blue. Hex color #13CFCF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CFCF is #EC3030. Grayscale: #969696. Windows color (decimal): -15478833 or 13618963. OLE color: 13618963.
HSL color Cylindrical-coordinate representation of color #13CFCF: hue angle of 180º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CFCF is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 19 | 207 | 207 | - |
| CMYK | 0.91 | 0 | 0 | 0.19 |
| HSL | 180º | 0.83% | 0.44% | - |
| HSV(B) | 180º | 0.91% | 0.81% | - |
| XYZ | 33.84 | 49.27 | 66.76 | - |
| YUV | 150.79 | 159.72 | 34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 207 | 207 | 0.91 | 0 | 0 | 0.19 | 180 | 0.83 | 0.44 |
| Hex | 13 | CF | CF | 5B | 0 | 0 | 13 | B4 | 53 | 2C |
| Octal | 23 | 317 | 317 | 133 | 0 | 0 | 23 | 264 | 123 | 54 |
| Binary | 10011 | 11001111 | 11001111 | 1011011 | 0 | 0 | 10011 | 10110100 | 1010011 | 101100 |
Color Harmonies of #13CFCF
Complementary color
Monochromatic Colors of #13CFCF
Black with #13CFCF
Text Example
Text Example
White with #13CFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CFCF; }
p { color: rgb(19,207,207); }
H1.HeaderClassName
{
color: #13CFCF;
}
.AnyTagClassName
{
color: #13CFCF;
}
</style>
background-color css
<style>
a { background-color: #13CFCF; }
a { background-color: rgb(19,207,207); }
div.DivClassName
{
background-color: #13CFCF;
}
.BgClassName
{
background-color: #13CFCF;
}
</style>
border-color css
<style>
span { border-color: #13CFCF; }
span { border-color: rgb(19,207,207); }
td.TdClassName
{
border-color: #13CFCF;
}
.TagClassName
{
border-color: #13CFCF;
}
</style>