Shades of Bright Turquoise #19F5EE
Tints of Bright Turquoise #19F5EE
RGB
CMYK
RGB Variations
Color information
#19F5EE (or 0x19F5EE) is known color: Bright Turquoise. HEX triplet: 19, F5 and EE. RGB value is (25,245,238). Sum of RGB (Red+Green+Blue) = 25+245+238=508 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.92% from 508); Green value is 245 (96.09% from 255 or 48.23% from 508); Blue value is 238 (93.36% from 255 or 46.85% from 508); Max value from RGB is 245 - color contains mainly: green. Hex color #19F5EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19F5EE is #E60A11. Grayscale: #B2B2B2. Windows color (decimal): -15075858 or 15660313. OLE color: 15660313.
HSL color Cylindrical-coordinate representation of color #19F5EE: hue angle of 178.09º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F5EE is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 245 | 238 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.04 |
| HSL | 178.09º | 0.92% | 0.53% | - |
| HSV(B) | 178.09º | 0.9% | 0.96% | - |
| XYZ | 48.49 | 71.68 | 92.17 | - |
| YUV | 178.42 | 161.61 | 18.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 245 | 238 | 0.90 | 0 | 0.03 | 0.04 | 178.09 | 0.92 | 0.53 |
| Hex | 19 | F5 | EE | 5A | 0 | 3 | 4 | B2 | 5C | 35 |
| Octal | 31 | 365 | 356 | 132 | 0 | 3 | 4 | 262 | 134 | 65 |
| Binary | 11001 | 11110101 | 11101110 | 1011010 | 0 | 11 | 100 | 10110010 | 1011100 | 110101 |
Color Harmonies of #19F5EE
Complementary color
Monochromatic Colors of #19F5EE
Black with #19F5EE
Text Example
Text Example
White with #19F5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F5EE; }
p { color: rgb(25,245,238); }
H1.HeaderClassName
{
color: #19F5EE;
}
.AnyTagClassName
{
color: #19F5EE;
}
</style>
background-color css
<style>
a { background-color: #19F5EE; }
a { background-color: rgb(25,245,238); }
div.DivClassName
{
background-color: #19F5EE;
}
.BgClassName
{
background-color: #19F5EE;
}
</style>
border-color css
<style>
span { border-color: #19F5EE; }
span { border-color: rgb(25,245,238); }
td.TdClassName
{
border-color: #19F5EE;
}
.TagClassName
{
border-color: #19F5EE;
}
</style>