Shades of Bright Turquoise #19EEF6
Tints of Bright Turquoise #19EEF6
RGB
CMYK
RGB Variations
Color information
#19EEF6 (or 0x19EEF6) is known color: Bright Turquoise. HEX triplet: 19, EE and F6. RGB value is (25,238,246). Sum of RGB (Red+Green+Blue) = 25+238+246=509 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.91% from 509); Green value is 238 (93.36% from 255 or 46.76% from 509); Blue value is 246 (96.48% from 255 or 48.33% from 509); Max value from RGB is 246 - color contains mainly: blue. Hex color #19EEF6 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EEF6 is #E61109. Grayscale: #AEAEAE. Windows color (decimal): -15077642 or 16182809. OLE color: 16182809.
HSL color Cylindrical-coordinate representation of color #19EEF6: hue angle of 182.17º 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 #19EEF6 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 238 | 246 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.04 |
| HSL | 182.17º | 0.92% | 0.53% | - |
| HSV(B) | 182.17º | 0.9% | 0.96% | - |
| XYZ | 47.61 | 68.01 | 97.81 | - |
| YUV | 175.23 | 167.93 | 20.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 238 | 246 | 0.90 | 0.03 | 0 | 0.04 | 182.17 | 0.92 | 0.53 |
| Hex | 19 | EE | F6 | 5A | 3 | 0 | 4 | B6 | 5C | 35 |
| Octal | 31 | 356 | 366 | 132 | 3 | 0 | 4 | 266 | 134 | 65 |
| Binary | 11001 | 11101110 | 11110110 | 1011010 | 11 | 0 | 100 | 10110110 | 1011100 | 110101 |
Color Harmonies of #19EEF6
Complementary color
Monochromatic Colors of #19EEF6
Black with #19EEF6
Text Example
Text Example
White with #19EEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EEF6; }
p { color: rgb(25,238,246); }
H1.HeaderClassName
{
color: #19EEF6;
}
.AnyTagClassName
{
color: #19EEF6;
}
</style>
background-color css
<style>
a { background-color: #19EEF6; }
a { background-color: rgb(25,238,246); }
div.DivClassName
{
background-color: #19EEF6;
}
.BgClassName
{
background-color: #19EEF6;
}
</style>
border-color css
<style>
span { border-color: #19EEF6; }
span { border-color: rgb(25,238,246); }
td.TdClassName
{
border-color: #19EEF6;
}
.TagClassName
{
border-color: #19EEF6;
}
</style>