Shades of Dark Turquoise #13D0DF
Tints of Dark Turquoise #13D0DF
RGB
CMYK
RGB Variations
Color information
#13D0DF (or 0x13D0DF) is known color: Dark Turquoise. HEX triplet: 13, D0 and DF. RGB value is (19,208,223). Sum of RGB (Red+Green+Blue) = 19+208+223=450 (59% of max value = 765). Red value is 19 (7.81% from 255 or 4.22% from 450); Green value is 208 (81.64% from 255 or 46.22% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #13D0DF is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13D0DF is #EC2F20. Grayscale: #989898. Windows color (decimal): -15478561 or 14667795. OLE color: 14667795.
HSL color Cylindrical-coordinate representation of color #13D0DF: hue angle of 184.41º 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 #13D0DF is Cyan = 0.91, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 208 | 223 | - |
| CMYK | 0.91 | 0.07 | 0 | 0.13 |
| HSL | 184.41º | 0.84% | 0.47% | - |
| HSV(B) | 184.41º | 0.91% | 0.87% | - |
| XYZ | 36.14 | 50.58 | 77.67 | - |
| YUV | 153.2 | 167.38 | 32.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 208 | 223 | 0.91 | 0.07 | 0 | 0.13 | 184.41 | 0.84 | 0.47 |
| Hex | 13 | D0 | DF | 5B | 7 | 0 | D | B8 | 54 | 2F |
| Octal | 23 | 320 | 337 | 133 | 7 | 0 | 15 | 270 | 124 | 57 |
| Binary | 10011 | 11010000 | 11011111 | 1011011 | 111 | 0 | 1101 | 10111000 | 1010100 | 101111 |
Color Harmonies of #13D0DF
Complementary color
Monochromatic Colors of #13D0DF
Black with #13D0DF
Text Example
Text Example
White with #13D0DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13D0DF; }
p { color: rgb(19,208,223); }
H1.HeaderClassName
{
color: #13D0DF;
}
.AnyTagClassName
{
color: #13D0DF;
}
</style>
background-color css
<style>
a { background-color: #13D0DF; }
a { background-color: rgb(19,208,223); }
div.DivClassName
{
background-color: #13D0DF;
}
.BgClassName
{
background-color: #13D0DF;
}
</style>
border-color css
<style>
span { border-color: #13D0DF; }
span { border-color: rgb(19,208,223); }
td.TdClassName
{
border-color: #13D0DF;
}
.TagClassName
{
border-color: #13D0DF;
}
</style>