Shades of Bright Turquoise #19FCD7
Tints of Bright Turquoise #19FCD7
RGB
CMYK
RGB Variations
Color information
#19FCD7 (or 0x19FCD7) is known color: Bright Turquoise. HEX triplet: 19, FC and D7. RGB value is (25,252,215). Sum of RGB (Red+Green+Blue) = 25+252+215=492 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.08% from 492); Green value is 252 (98.83% from 255 or 51.22% from 492); Blue value is 215 (84.38% from 255 or 43.70% from 492); Max value from RGB is 252 - color contains mainly: green. Hex color #19FCD7 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19FCD7 is #E60328. Grayscale: #B3B3B3. Windows color (decimal): -15074089 or 14154777. OLE color: 14154777.
HSL color Cylindrical-coordinate representation of color #19FCD7: hue angle of 170.22º 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 #19FCD7 is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 25 | 252 | 215 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.01 |
| HSL | 170.22º | 0.97% | 0.54% | - |
| HSV(B) | 170.22º | 0.9% | 0.99% | - |
| XYZ | 47.48 | 74.73 | 76.21 | - |
| YUV | 179.91 | 147.79 | 17.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 252 | 215 | 0.90 | 0 | 0.15 | 0.01 | 170.22 | 0.97 | 0.54 |
| Hex | 19 | FC | D7 | 5A | 0 | F | 1 | AA | 61 | 36 |
| Octal | 31 | 374 | 327 | 132 | 0 | 17 | 1 | 252 | 141 | 66 |
| Binary | 11001 | 11111100 | 11010111 | 1011010 | 0 | 1111 | 1 | 10101010 | 1100001 | 110110 |
Color Harmonies of #19FCD7
Complementary color
Monochromatic Colors of #19FCD7
Black with #19FCD7
Text Example
Text Example
White with #19FCD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19FCD7; }
p { color: rgb(25,252,215); }
H1.HeaderClassName
{
color: #19FCD7;
}
.AnyTagClassName
{
color: #19FCD7;
}
</style>
background-color css
<style>
a { background-color: #19FCD7; }
a { background-color: rgb(25,252,215); }
div.DivClassName
{
background-color: #19FCD7;
}
.BgClassName
{
background-color: #19FCD7;
}
</style>
border-color css
<style>
span { border-color: #19FCD7; }
span { border-color: rgb(25,252,215); }
td.TdClassName
{
border-color: #19FCD7;
}
.TagClassName
{
border-color: #19FCD7;
}
</style>