Shades of Bright Turquoise #19DFFF
Tints of Bright Turquoise #19DFFF
RGB
CMYK
RGB Variations
Color information
#19DFFF (or 0x19DFFF) is known color: Bright Turquoise. HEX triplet: 19, DF and FF. RGB value is (25,223,255). Sum of RGB (Red+Green+Blue) = 25+223+255=503 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.97% from 503); Green value is 223 (87.5% from 255 or 44.33% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #19DFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DFFF is #E62000. Grayscale: #A7A7A7. Windows color (decimal): -15081473 or 16768793. OLE color: 16768793.
HSL color Cylindrical-coordinate representation of color #19DFFF: hue angle of 188.35º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19DFFF is Cyan = 0.90, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 223 | 255 | - |
| CMYK | 0.90 | 0.13 | 0 | 0 |
| HSL | 188.35º | 1% | 0.55% | - |
| HSV(B) | 188.35º | 0.9% | 1% | - |
| XYZ | 44.84 | 60.2 | 103.86 | - |
| YUV | 167.45 | 177.4 | 26.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 223 | 255 | 0.90 | 0.13 | 0 | 0 | 188.35 | 1 | 0.55 |
| Hex | 19 | DF | FF | 5A | D | 0 | 0 | BC | 64 | 37 |
| Octal | 31 | 337 | 377 | 132 | 15 | 0 | 0 | 274 | 144 | 67 |
| Binary | 11001 | 11011111 | 11111111 | 1011010 | 1101 | 0 | 0 | 10111100 | 1100100 | 110111 |
Color Harmonies of #19DFFF
Complementary color
Monochromatic Colors of #19DFFF
Black with #19DFFF
Text Example
Text Example
White with #19DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DFFF; }
p { color: rgb(25,223,255); }
H1.HeaderClassName
{
color: #19DFFF;
}
.AnyTagClassName
{
color: #19DFFF;
}
</style>
background-color css
<style>
a { background-color: #19DFFF; }
a { background-color: rgb(25,223,255); }
div.DivClassName
{
background-color: #19DFFF;
}
.BgClassName
{
background-color: #19DFFF;
}
</style>
border-color css
<style>
span { border-color: #19DFFF; }
span { border-color: rgb(25,223,255); }
td.TdClassName
{
border-color: #19DFFF;
}
.TagClassName
{
border-color: #19DFFF;
}
</style>