Shades of Bright Turquoise #13DFDC
Tints of Bright Turquoise #13DFDC
RGB
CMYK
RGB Variations
Color information
#13DFDC (or 0x13DFDC) is known color: Bright Turquoise. HEX triplet: 13, DF and DC. RGB value is (19,223,220). Sum of RGB (Red+Green+Blue) = 19+223+220=462 (61% of max value = 765). Red value is 19 (7.81% from 255 or 4.11% from 462); Green value is 223 (87.5% from 255 or 48.27% from 462); Blue value is 220 (86.33% from 255 or 47.62% from 462); Max value from RGB is 223 - color contains mainly: green. Hex color #13DFDC is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #13DFDC is #EC2023. Grayscale: #A1A1A1. Windows color (decimal): -15474724 or 14475027. OLE color: 14475027.
HSL color Cylindrical-coordinate representation of color #13DFDC: hue angle of 179.12º 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 #13DFDC is Cyan = 0.91, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 19 | 223 | 220 | - |
| CMYK | 0.91 | 0 | 0.01 | 0.13 |
| HSL | 179.12º | 0.84% | 0.47% | - |
| HSV(B) | 179.12º | 0.91% | 0.87% | - |
| XYZ | 39.57 | 58.08 | 76.84 | - |
| YUV | 161.66 | 160.91 | 26.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 220 | 0.91 | 0 | 0.01 | 0.13 | 179.12 | 0.84 | 0.47 |
| Hex | 13 | DF | DC | 5B | 0 | 1 | D | B3 | 54 | 2F |
| Octal | 23 | 337 | 334 | 133 | 0 | 1 | 15 | 263 | 124 | 57 |
| Binary | 10011 | 11011111 | 11011100 | 1011011 | 0 | 1 | 1101 | 10110011 | 1010100 | 101111 |
Color Harmonies of #13DFDC
Complementary color
Monochromatic Colors of #13DFDC
Black with #13DFDC
Text Example
Text Example
White with #13DFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DFDC; }
p { color: rgb(19,223,220); }
H1.HeaderClassName
{
color: #13DFDC;
}
.AnyTagClassName
{
color: #13DFDC;
}
</style>
background-color css
<style>
a { background-color: #13DFDC; }
a { background-color: rgb(19,223,220); }
div.DivClassName
{
background-color: #13DFDC;
}
.BgClassName
{
background-color: #13DFDC;
}
</style>
border-color css
<style>
span { border-color: #13DFDC; }
span { border-color: rgb(19,223,220); }
td.TdClassName
{
border-color: #13DFDC;
}
.TagClassName
{
border-color: #13DFDC;
}
</style>