Shades of Bright Turquoise #19DDFB
Tints of Bright Turquoise #19DDFB
RGB
CMYK
RGB Variations
Color information
#19DDFB (or 0x19DDFB) is known color: Bright Turquoise. HEX triplet: 19, DD and FB. RGB value is (25,221,251). Sum of RGB (Red+Green+Blue) = 25+221+251=497 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.03% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #19DDFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DDFB is #E62204. Grayscale: #A5A5A5. Windows color (decimal): -15081989 or 16506137. OLE color: 16506137.
HSL color Cylindrical-coordinate representation of color #19DDFB: hue angle of 187.96º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19DDFB is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 221 | 251 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.02 |
| HSL | 187.96º | 0.97% | 0.54% | - |
| HSV(B) | 187.96º | 0.9% | 0.98% | - |
| XYZ | 43.67 | 58.88 | 100.33 | - |
| YUV | 165.82 | 176.07 | 27.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 221 | 251 | 0.90 | 0.12 | 0 | 0.02 | 187.96 | 0.97 | 0.54 |
| Hex | 19 | DD | FB | 5A | C | 0 | 2 | BC | 61 | 36 |
| Octal | 31 | 335 | 373 | 132 | 14 | 0 | 2 | 274 | 141 | 66 |
| Binary | 11001 | 11011101 | 11111011 | 1011010 | 1100 | 0 | 10 | 10111100 | 1100001 | 110110 |
Color Harmonies of #19DDFB
Complementary color
Monochromatic Colors of #19DDFB
Black with #19DDFB
Text Example
Text Example
White with #19DDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DDFB; }
p { color: rgb(25,221,251); }
H1.HeaderClassName
{
color: #19DDFB;
}
.AnyTagClassName
{
color: #19DDFB;
}
</style>
background-color css
<style>
a { background-color: #19DDFB; }
a { background-color: rgb(25,221,251); }
div.DivClassName
{
background-color: #19DDFB;
}
.BgClassName
{
background-color: #19DDFB;
}
</style>
border-color css
<style>
span { border-color: #19DDFB; }
span { border-color: rgb(25,221,251); }
td.TdClassName
{
border-color: #19DDFB;
}
.TagClassName
{
border-color: #19DDFB;
}
</style>