Shades of Bright Turquoise #19DCE5
Tints of Bright Turquoise #19DCE5
RGB
CMYK
RGB Variations
Color information
#19DCE5 (or 0x19DCE5) is known color: Bright Turquoise. HEX triplet: 19, DC and E5. RGB value is (25,220,229). Sum of RGB (Red+Green+Blue) = 25+220+229=474 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.27% from 474); Green value is 220 (86.33% from 255 or 46.41% from 474); Blue value is 229 (89.84% from 255 or 48.31% from 474); Max value from RGB is 229 - color contains mainly: blue. Hex color #19DCE5 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #19DCE5 is #E6231A. Grayscale: #A2A2A2. Windows color (decimal): -15082267 or 15064089. OLE color: 15064089.
HSL color Cylindrical-coordinate representation of color #19DCE5: hue angle of 182.65º degrees, saturation: 0.8, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DCE5 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 25 | 220 | 229 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.10 |
| HSL | 182.65º | 0.8% | 0.5% | - |
| HSV(B) | 182.65º | 0.89% | 0.9% | - |
| XYZ | 40.14 | 57.05 | 83.03 | - |
| YUV | 162.72 | 165.4 | 29.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 220 | 229 | 0.89 | 0.04 | 0 | 0.10 | 182.65 | 0.8 | 0.5 |
| Hex | 19 | DC | E5 | 59 | 4 | 0 | A | B7 | 50 | 32 |
| Octal | 31 | 334 | 345 | 131 | 4 | 0 | 12 | 267 | 120 | 62 |
| Binary | 11001 | 11011100 | 11100101 | 1011001 | 100 | 0 | 1010 | 10110111 | 1010000 | 110010 |
Color Harmonies of #19DCE5
Complementary color
Monochromatic Colors of #19DCE5
Black with #19DCE5
Text Example
Text Example
White with #19DCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DCE5; }
p { color: rgb(25,220,229); }
H1.HeaderClassName
{
color: #19DCE5;
}
.AnyTagClassName
{
color: #19DCE5;
}
</style>
background-color css
<style>
a { background-color: #19DCE5; }
a { background-color: rgb(25,220,229); }
div.DivClassName
{
background-color: #19DCE5;
}
.BgClassName
{
background-color: #19DCE5;
}
</style>
border-color css
<style>
span { border-color: #19DCE5; }
span { border-color: rgb(25,220,229); }
td.TdClassName
{
border-color: #19DCE5;
}
.TagClassName
{
border-color: #19DCE5;
}
</style>