Shades of Dark Turquoise #13CBD4
Tints of Dark Turquoise #13CBD4
RGB
CMYK
RGB Variations
Color information
#13CBD4 (or 0x13CBD4) is known color: Dark Turquoise. HEX triplet: 13, CB and D4. RGB value is (19,203,212). Sum of RGB (Red+Green+Blue) = 19+203+212=434 (57% of max value = 765). Red value is 19 (7.81% from 255 or 4.38% from 434); Green value is 203 (79.69% from 255 or 46.77% from 434); Blue value is 212 (83.20% from 255 or 48.85% from 434); Max value from RGB is 212 - color contains mainly: blue. Hex color #13CBD4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13CBD4 is #EC342B. Grayscale: #949494. Windows color (decimal): -15479852 or 13945619. OLE color: 13945619.
HSL color Cylindrical-coordinate representation of color #13CBD4: hue angle of 182.8º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #13CBD4 is Cyan = 0.91, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 19 | 203 | 212 | - |
| CMYK | 0.91 | 0.04 | 0 | 0.17 |
| HSL | 182.8º | 0.84% | 0.45% | - |
| HSV(B) | 182.8º | 0.91% | 0.83% | - |
| XYZ | 33.51 | 47.6 | 69.71 | - |
| YUV | 149.01 | 163.54 | 35.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 203 | 212 | 0.91 | 0.04 | 0 | 0.17 | 182.8 | 0.84 | 0.45 |
| Hex | 13 | CB | D4 | 5B | 4 | 0 | 11 | B7 | 54 | 2D |
| Octal | 23 | 313 | 324 | 133 | 4 | 0 | 21 | 267 | 124 | 55 |
| Binary | 10011 | 11001011 | 11010100 | 1011011 | 100 | 0 | 10001 | 10110111 | 1010100 | 101101 |
Color Harmonies of #13CBD4
Complementary color
Monochromatic Colors of #13CBD4
Black with #13CBD4
Text Example
Text Example
White with #13CBD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13CBD4; }
p { color: rgb(19,203,212); }
H1.HeaderClassName
{
color: #13CBD4;
}
.AnyTagClassName
{
color: #13CBD4;
}
</style>
background-color css
<style>
a { background-color: #13CBD4; }
a { background-color: rgb(19,203,212); }
div.DivClassName
{
background-color: #13CBD4;
}
.BgClassName
{
background-color: #13CBD4;
}
</style>
border-color css
<style>
span { border-color: #13CBD4; }
span { border-color: rgb(19,203,212); }
td.TdClassName
{
border-color: #13CBD4;
}
.TagClassName
{
border-color: #13CBD4;
}
</style>