Shades of Bright Turquoise #19EFDB
Tints of Bright Turquoise #19EFDB
RGB
CMYK
RGB Variations
Color information
#19EFDB (or 0x19EFDB) is known color: Bright Turquoise. HEX triplet: 19, EF and DB. RGB value is (25,239,219). Sum of RGB (Red+Green+Blue) = 25+239+219=483 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.18% from 483); Green value is 239 (93.75% from 255 or 49.48% from 483); Blue value is 219 (85.94% from 255 or 45.34% from 483); Max value from RGB is 239 - color contains mainly: green. Hex color #19EFDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19EFDB is #E61024. Grayscale: #ACACAC. Windows color (decimal): -15077413 or 14413593. OLE color: 14413593.
HSL color Cylindrical-coordinate representation of color #19EFDB: hue angle of 174.39º degrees, saturation: 0.87, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EFDB is Cyan = 0.90, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 25 | 239 | 219 | - |
| CMYK | 0.90 | 0 | 0.08 | 0.06 |
| HSL | 174.39º | 0.87% | 0.52% | - |
| HSV(B) | 174.39º | 0.9% | 0.94% | - |
| XYZ | 44.05 | 67.05 | 77.64 | - |
| YUV | 172.73 | 154.1 | 22.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 239 | 219 | 0.90 | 0 | 0.08 | 0.06 | 174.39 | 0.87 | 0.52 |
| Hex | 19 | EF | DB | 5A | 0 | 8 | 6 | AE | 57 | 34 |
| Octal | 31 | 357 | 333 | 132 | 0 | 10 | 6 | 256 | 127 | 64 |
| Binary | 11001 | 11101111 | 11011011 | 1011010 | 0 | 1000 | 110 | 10101110 | 1010111 | 110100 |
Color Harmonies of #19EFDB
Complementary color
Monochromatic Colors of #19EFDB
Black with #19EFDB
Text Example
Text Example
White with #19EFDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EFDB; }
p { color: rgb(25,239,219); }
H1.HeaderClassName
{
color: #19EFDB;
}
.AnyTagClassName
{
color: #19EFDB;
}
</style>
background-color css
<style>
a { background-color: #19EFDB; }
a { background-color: rgb(25,239,219); }
div.DivClassName
{
background-color: #19EFDB;
}
.BgClassName
{
background-color: #19EFDB;
}
</style>
border-color css
<style>
span { border-color: #19EFDB; }
span { border-color: rgb(25,239,219); }
td.TdClassName
{
border-color: #19EFDB;
}
.TagClassName
{
border-color: #19EFDB;
}
</style>