Shades of Bright Turquoise #19DCF7
Tints of Bright Turquoise #19DCF7
RGB
CMYK
RGB Variations
Color information
#19DCF7 (or 0x19DCF7) is known color: Bright Turquoise. HEX triplet: 19, DC and F7. RGB value is (25,220,247). Sum of RGB (Red+Green+Blue) = 25+220+247=492 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.08% from 492); Green value is 220 (86.33% from 255 or 44.72% from 492); Blue value is 247 (96.88% from 255 or 50.20% from 492); Max value from RGB is 247 - color contains mainly: blue. Hex color #19DCF7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DCF7 is #E62308. Grayscale: #A4A4A4. Windows color (decimal): -15082249 or 16243737. OLE color: 16243737.
HSL color Cylindrical-coordinate representation of color #19DCF7: hue angle of 187.3º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19DCF7 is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 25 | 220 | 247 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.03 |
| HSL | 187.3º | 0.93% | 0.53% | - |
| HSV(B) | 187.3º | 0.9% | 0.97% | - |
| XYZ | 42.78 | 58.11 | 96.96 | - |
| YUV | 164.77 | 174.4 | 28.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 220 | 247 | 0.90 | 0.11 | 0 | 0.03 | 187.3 | 0.93 | 0.53 |
| Hex | 19 | DC | F7 | 5A | B | 0 | 3 | BB | 5D | 35 |
| Octal | 31 | 334 | 367 | 132 | 13 | 0 | 3 | 273 | 135 | 65 |
| Binary | 11001 | 11011100 | 11110111 | 1011010 | 1011 | 0 | 11 | 10111011 | 1011101 | 110101 |
Color Harmonies of #19DCF7
Complementary color
Monochromatic Colors of #19DCF7
Black with #19DCF7
Text Example
Text Example
White with #19DCF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DCF7; }
p { color: rgb(25,220,247); }
H1.HeaderClassName
{
color: #19DCF7;
}
.AnyTagClassName
{
color: #19DCF7;
}
</style>
background-color css
<style>
a { background-color: #19DCF7; }
a { background-color: rgb(25,220,247); }
div.DivClassName
{
background-color: #19DCF7;
}
.BgClassName
{
background-color: #19DCF7;
}
</style>
border-color css
<style>
span { border-color: #19DCF7; }
span { border-color: rgb(25,220,247); }
td.TdClassName
{
border-color: #19DCF7;
}
.TagClassName
{
border-color: #19DCF7;
}
</style>