Shades of Bright Turquoise #19F3CE
Tints of Bright Turquoise #19F3CE
RGB
CMYK
RGB Variations
Color information
#19F3CE (or 0x19F3CE) is known color: Bright Turquoise. HEX triplet: 19, F3 and CE. RGB value is (25,243,206). Sum of RGB (Red+Green+Blue) = 25+243+206=474 (62% of max value = 765). Red value is 25 (10.16% from 255 or 5.27% from 474); Green value is 243 (95.31% from 255 or 51.27% from 474); Blue value is 206 (80.86% from 255 or 43.46% from 474); Max value from RGB is 243 - color contains mainly: green. Hex color #19F3CE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F3CE is #E60C31. Grayscale: #ADADAD. Windows color (decimal): -15076402 or 13562649. OLE color: 13562649.
HSL color Cylindrical-coordinate representation of color #19F3CE: hue angle of 169.82º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F3CE is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 243 | 206 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.05 |
| HSL | 169.82º | 0.9% | 0.53% | - |
| HSV(B) | 169.82º | 0.9% | 0.95% | - |
| XYZ | 43.59 | 68.76 | 69.37 | - |
| YUV | 173.6 | 146.28 | 22.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 243 | 206 | 0.90 | 0 | 0.15 | 0.05 | 169.82 | 0.9 | 0.53 |
| Hex | 19 | F3 | CE | 5A | 0 | F | 5 | AA | 5A | 35 |
| Octal | 31 | 363 | 316 | 132 | 0 | 17 | 5 | 252 | 132 | 65 |
| Binary | 11001 | 11110011 | 11001110 | 1011010 | 0 | 1111 | 101 | 10101010 | 1011010 | 110101 |
Color Harmonies of #19F3CE
Complementary color
Monochromatic Colors of #19F3CE
Black with #19F3CE
Text Example
Text Example
White with #19F3CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F3CE; }
p { color: rgb(25,243,206); }
H1.HeaderClassName
{
color: #19F3CE;
}
.AnyTagClassName
{
color: #19F3CE;
}
</style>
background-color css
<style>
a { background-color: #19F3CE; }
a { background-color: rgb(25,243,206); }
div.DivClassName
{
background-color: #19F3CE;
}
.BgClassName
{
background-color: #19F3CE;
}
</style>
border-color css
<style>
span { border-color: #19F3CE; }
span { border-color: rgb(25,243,206); }
td.TdClassName
{
border-color: #19F3CE;
}
.TagClassName
{
border-color: #19F3CE;
}
</style>