Shades of Bright Turquoise #13DFE6
Tints of Bright Turquoise #13DFE6
RGB
CMYK
RGB Variations
Color information
#13DFE6 (or 0x13DFE6) is known color: Bright Turquoise. HEX triplet: 13, DF and E6. RGB value is (19,223,230). Sum of RGB (Red+Green+Blue) = 19+223+230=472 (62% of max value = 765). Red value is 19 (7.81% from 255 or 4.03% from 472); Green value is 223 (87.5% from 255 or 47.25% from 472); Blue value is 230 (90.23% from 255 or 48.73% from 472); Max value from RGB is 230 - color contains mainly: blue. Hex color #13DFE6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #13DFE6 is #EC2019. Grayscale: #A2A2A2. Windows color (decimal): -15474714 or 15130387. OLE color: 15130387.
HSL color Cylindrical-coordinate representation of color #13DFE6: hue angle of 181.99º degrees, saturation: 0.85, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #13DFE6 is Cyan = 0.92, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 19 | 223 | 230 | - |
| CMYK | 0.92 | 0.03 | 0 | 0.10 |
| HSL | 181.99º | 0.85% | 0.49% | - |
| HSV(B) | 181.99º | 0.92% | 0.9% | - |
| XYZ | 40.94 | 58.63 | 84.02 | - |
| YUV | 162.8 | 165.91 | 25.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 19 | 223 | 230 | 0.92 | 0.03 | 0 | 0.10 | 181.99 | 0.85 | 0.49 |
| Hex | 13 | DF | E6 | 5C | 3 | 0 | A | B6 | 55 | 31 |
| Octal | 23 | 337 | 346 | 134 | 3 | 0 | 12 | 266 | 125 | 61 |
| Binary | 10011 | 11011111 | 11100110 | 1011100 | 11 | 0 | 1010 | 10110110 | 1010101 | 110001 |
Color Harmonies of #13DFE6
Complementary color
Monochromatic Colors of #13DFE6
Black with #13DFE6
Text Example
Text Example
White with #13DFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #13DFE6; }
p { color: rgb(19,223,230); }
H1.HeaderClassName
{
color: #13DFE6;
}
.AnyTagClassName
{
color: #13DFE6;
}
</style>
background-color css
<style>
a { background-color: #13DFE6; }
a { background-color: rgb(19,223,230); }
div.DivClassName
{
background-color: #13DFE6;
}
.BgClassName
{
background-color: #13DFE6;
}
</style>
border-color css
<style>
span { border-color: #13DFE6; }
span { border-color: rgb(19,223,230); }
td.TdClassName
{
border-color: #13DFE6;
}
.TagClassName
{
border-color: #13DFE6;
}
</style>