Shades of Bright Turquoise #19FFD3
Tints of Bright Turquoise #19FFD3
RGB
CMYK
RGB Variations
Color information
#19FFD3 (or 0x19FFD3) is known color: Bright Turquoise. HEX triplet: 19, FF and D3. RGB value is (25,255,211). Sum of RGB (Red+Green+Blue) = 25+255+211=491 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.09% from 491); Green value is 255 (100% from 255 or 51.93% from 491); Blue value is 211 (82.81% from 255 or 42.97% from 491); Max value from RGB is 255 - color contains mainly: green. Hex color #19FFD3 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FFD3 is #E6002C. Grayscale: #B5B5B5. Windows color (decimal): -15073325 or 13893401. OLE color: 13893401.
HSL color Cylindrical-coordinate representation of color #19FFD3: hue angle of 168.52º 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 #19FFD3 is Cyan = 0.90, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.
Color convert
| RGB | 25 | 255 | 211 | - |
| CMYK | 0.90 | 0 | 0.17 | 0 |
| HSL | 168.52º | 1% | 0.55% | - |
| HSV(B) | 168.52º | 0.9% | 1% | - |
| XYZ | 47.92 | 76.43 | 73.85 | - |
| YUV | 181.21 | 144.8 | 16.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 255 | 211 | 0.90 | 0 | 0.17 | 0 | 168.52 | 1 | 0.55 |
| Hex | 19 | FF | D3 | 5A | 0 | 11 | 0 | A9 | 64 | 37 |
| Octal | 31 | 377 | 323 | 132 | 0 | 21 | 0 | 251 | 144 | 67 |
| Binary | 11001 | 11111111 | 11010011 | 1011010 | 0 | 10001 | 0 | 10101001 | 1100100 | 110111 |
Color Harmonies of #19FFD3
Complementary color
Monochromatic Colors of #19FFD3
Black with #19FFD3
Text Example
Text Example
White with #19FFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FFD3; }
p { color: rgb(25,255,211); }
H1.HeaderClassName
{
color: #19FFD3;
}
.AnyTagClassName
{
color: #19FFD3;
}
</style>
background-color css
<style>
a { background-color: #19FFD3; }
a { background-color: rgb(25,255,211); }
div.DivClassName
{
background-color: #19FFD3;
}
.BgClassName
{
background-color: #19FFD3;
}
</style>
border-color css
<style>
span { border-color: #19FFD3; }
span { border-color: rgb(25,255,211); }
td.TdClassName
{
border-color: #19FFD3;
}
.TagClassName
{
border-color: #19FFD3;
}
</style>