Shades of Aqua #19FCF3
Tints of Aqua #19FCF3
RGB
CMYK
RGB Variations
Color information
#19FCF3 (or 0x19FCF3) is known color: Aqua. HEX triplet: 19, FC and F3. RGB value is (25,252,243). Sum of RGB (Red+Green+Blue) = 25+252+243=520 (68% of max value = 765). Red value is 25 (10.16% from 255 or 4.81% from 520); Green value is 252 (98.83% from 255 or 48.46% from 520); Blue value is 243 (95.31% from 255 or 46.73% from 520); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19FCF3 is #E6030C. Grayscale: #B6B6B6. Windows color (decimal): -15074061 or 15989785. OLE color: 15989785.
HSL color Cylindrical-coordinate representation of color #19FCF3: hue angle of 177.62º 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 #19FCF3 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 252 | 243 | - |
| CMYK | 0.90 | 0 | 0.04 | 0.01 |
| HSL | 177.62º | 0.97% | 0.54% | - |
| HSV(B) | 177.62º | 0.9% | 0.99% | - |
| XYZ | 51.39 | 76.3 | 96.81 | - |
| YUV | 183.1 | 161.79 | 15.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 252 | 243 | 0.90 | 0 | 0.04 | 0.01 | 177.62 | 0.97 | 0.54 |
| Hex | 19 | FC | F3 | 5A | 0 | 4 | 1 | B2 | 61 | 36 |
| Octal | 31 | 374 | 363 | 132 | 0 | 4 | 1 | 262 | 141 | 66 |
| Binary | 11001 | 11111100 | 11110011 | 1011010 | 0 | 100 | 1 | 10110010 | 1100001 | 110110 |
Color Harmonies of #19FCF3
Complementary color
Monochromatic Colors of #19FCF3
Black with #19FCF3
Text Example
Text Example
White with #19FCF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FCF3; }
p { color: rgb(25,252,243); }
H1.HeaderClassName
{
color: #19FCF3;
}
.AnyTagClassName
{
color: #19FCF3;
}
</style>
background-color css
<style>
a { background-color: #19FCF3; }
a { background-color: rgb(25,252,243); }
div.DivClassName
{
background-color: #19FCF3;
}
.BgClassName
{
background-color: #19FCF3;
}
</style>
border-color css
<style>
span { border-color: #19FCF3; }
span { border-color: rgb(25,252,243); }
td.TdClassName
{
border-color: #19FCF3;
}
.TagClassName
{
border-color: #19FCF3;
}
</style>