Shades of Bright Turquoise #19DDFC
Tints of Bright Turquoise #19DDFC
RGB
CMYK
RGB Variations
Color information
#19DDFC (or 0x19DDFC) is known color: Bright Turquoise. HEX triplet: 19, DD and FC. RGB value is (25,221,252). Sum of RGB (Red+Green+Blue) = 25+221+252=498 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.02% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #19DDFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DDFC is #E62203. Grayscale: #A5A5A5. Windows color (decimal): -15081988 or 16571673. OLE color: 16571673.
HSL color Cylindrical-coordinate representation of color #19DDFC: hue angle of 188.19º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19DDFC is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 221 | 252 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.01 |
| HSL | 188.19º | 0.97% | 0.54% | - |
| HSV(B) | 188.19º | 0.9% | 0.99% | - |
| XYZ | 43.83 | 58.95 | 101.16 | - |
| YUV | 165.93 | 176.57 | 27.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 221 | 252 | 0.90 | 0.12 | 0 | 0.01 | 188.19 | 0.97 | 0.54 |
| Hex | 19 | DD | FC | 5A | C | 0 | 1 | BC | 61 | 36 |
| Octal | 31 | 335 | 374 | 132 | 14 | 0 | 1 | 274 | 141 | 66 |
| Binary | 11001 | 11011101 | 11111100 | 1011010 | 1100 | 0 | 1 | 10111100 | 1100001 | 110110 |
Color Harmonies of #19DDFC
Complementary color
Monochromatic Colors of #19DDFC
Black with #19DDFC
Text Example
Text Example
White with #19DDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DDFC; }
p { color: rgb(25,221,252); }
H1.HeaderClassName
{
color: #19DDFC;
}
.AnyTagClassName
{
color: #19DDFC;
}
</style>
background-color css
<style>
a { background-color: #19DDFC; }
a { background-color: rgb(25,221,252); }
div.DivClassName
{
background-color: #19DDFC;
}
.BgClassName
{
background-color: #19DDFC;
}
</style>
border-color css
<style>
span { border-color: #19DDFC; }
span { border-color: rgb(25,221,252); }
td.TdClassName
{
border-color: #19DDFC;
}
.TagClassName
{
border-color: #19DDFC;
}
</style>