Shades of Bright Turquoise #19FDDD
Tints of Bright Turquoise #19FDDD
RGB
CMYK
RGB Variations
Color information
#19FDDD (or 0x19FDDD) is known color: Bright Turquoise. HEX triplet: 19, FD and DD. RGB value is (25,253,221). Sum of RGB (Red+Green+Blue) = 25+253+221=499 (66% of max value = 765). Red value is 25 (10.16% from 255 or 5.01% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 221 (86.72% from 255 or 44.29% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #19FDDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FDDD is #E60222. Grayscale: #B5B5B5. Windows color (decimal): -15073827 or 14548249. OLE color: 14548249.
HSL color Cylindrical-coordinate representation of color #19FDDD: hue angle of 171.58º degrees, saturation: 0.98, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19FDDD is Cyan = 0.90, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 253 | 221 | - |
| CMYK | 0.90 | 0 | 0.13 | 0.01 |
| HSL | 171.58º | 0.98% | 0.55% | - |
| HSV(B) | 171.58º | 0.9% | 0.99% | - |
| XYZ | 48.58 | 75.68 | 80.45 | - |
| YUV | 181.18 | 150.46 | 16.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 253 | 221 | 0.90 | 0 | 0.13 | 0.01 | 171.58 | 0.98 | 0.55 |
| Hex | 19 | FD | DD | 5A | 0 | D | 1 | AC | 62 | 37 |
| Octal | 31 | 375 | 335 | 132 | 0 | 15 | 1 | 254 | 142 | 67 |
| Binary | 11001 | 11111101 | 11011101 | 1011010 | 0 | 1101 | 1 | 10101100 | 1100010 | 110111 |
Color Harmonies of #19FDDD
Complementary color
Monochromatic Colors of #19FDDD
Black with #19FDDD
Text Example
Text Example
White with #19FDDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FDDD; }
p { color: rgb(25,253,221); }
H1.HeaderClassName
{
color: #19FDDD;
}
.AnyTagClassName
{
color: #19FDDD;
}
</style>
background-color css
<style>
a { background-color: #19FDDD; }
a { background-color: rgb(25,253,221); }
div.DivClassName
{
background-color: #19FDDD;
}
.BgClassName
{
background-color: #19FDDD;
}
</style>
border-color css
<style>
span { border-color: #19FDDD; }
span { border-color: rgb(25,253,221); }
td.TdClassName
{
border-color: #19FDDD;
}
.TagClassName
{
border-color: #19FDDD;
}
</style>