Shades of Bright Turquoise #19DCED
Tints of Bright Turquoise #19DCED
RGB
CMYK
RGB Variations
Color information
#19DCED (or 0x19DCED) is known color: Bright Turquoise. HEX triplet: 19, DC and ED. RGB value is (25,220,237). Sum of RGB (Red+Green+Blue) = 25+220+237=482 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.19% from 482); Green value is 220 (86.33% from 255 or 45.64% from 482); Blue value is 237 (92.97% from 255 or 49.17% from 482); Max value from RGB is 237 - color contains mainly: blue. Hex color #19DCED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DCED is #E62312. Grayscale: #A3A3A3. Windows color (decimal): -15082259 or 15588377. OLE color: 15588377.
HSL color Cylindrical-coordinate representation of color #19DCED: hue angle of 184.81º degrees, saturation: 0.85, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DCED is Cyan = 0.89, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 220 | 237 | - |
| CMYK | 0.89 | 0.07 | 0 | 0.07 |
| HSL | 184.81º | 0.85% | 0.51% | - |
| HSV(B) | 184.81º | 0.89% | 0.93% | - |
| XYZ | 41.28 | 57.51 | 89.05 | - |
| YUV | 163.63 | 169.4 | 29.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 220 | 237 | 0.89 | 0.07 | 0 | 0.07 | 184.81 | 0.85 | 0.51 |
| Hex | 19 | DC | ED | 59 | 7 | 0 | 7 | B9 | 55 | 33 |
| Octal | 31 | 334 | 355 | 131 | 7 | 0 | 7 | 271 | 125 | 63 |
| Binary | 11001 | 11011100 | 11101101 | 1011001 | 111 | 0 | 111 | 10111001 | 1010101 | 110011 |
Color Harmonies of #19DCED
Complementary color
Monochromatic Colors of #19DCED
Black with #19DCED
Text Example
Text Example
White with #19DCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DCED; }
p { color: rgb(25,220,237); }
H1.HeaderClassName
{
color: #19DCED;
}
.AnyTagClassName
{
color: #19DCED;
}
</style>
background-color css
<style>
a { background-color: #19DCED; }
a { background-color: rgb(25,220,237); }
div.DivClassName
{
background-color: #19DCED;
}
.BgClassName
{
background-color: #19DCED;
}
</style>
border-color css
<style>
span { border-color: #19DCED; }
span { border-color: rgb(25,220,237); }
td.TdClassName
{
border-color: #19DCED;
}
.TagClassName
{
border-color: #19DCED;
}
</style>