Shades of Bright Turquoise #19E2EE
Tints of Bright Turquoise #19E2EE
RGB
CMYK
RGB Variations
Color information
#19E2EE (or 0x19E2EE) is known color: Bright Turquoise. HEX triplet: 19, E2 and EE. RGB value is (25,226,238). Sum of RGB (Red+Green+Blue) = 25+226+238=489 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.11% from 489); Green value is 226 (88.67% from 255 or 46.22% from 489); Blue value is 238 (93.36% from 255 or 48.67% from 489); Max value from RGB is 238 - color contains mainly: blue. Hex color #19E2EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19E2EE is #E61D11. Grayscale: #A7A7A7. Windows color (decimal): -15080722 or 15655449. OLE color: 15655449.
HSL color Cylindrical-coordinate representation of color #19E2EE: hue angle of 183.38º degrees, saturation: 0.86, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19E2EE is Cyan = 0.89, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 25 | 226 | 238 | - |
| CMYK | 0.89 | 0.05 | 0 | 0.07 |
| HSL | 183.38º | 0.86% | 0.52% | - |
| HSV(B) | 183.38º | 0.89% | 0.93% | - |
| XYZ | 43.03 | 60.77 | 90.35 | - |
| YUV | 167.27 | 167.91 | 26.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 226 | 238 | 0.89 | 0.05 | 0 | 0.07 | 183.38 | 0.86 | 0.52 |
| Hex | 19 | E2 | EE | 59 | 5 | 0 | 7 | B7 | 56 | 34 |
| Octal | 31 | 342 | 356 | 131 | 5 | 0 | 7 | 267 | 126 | 64 |
| Binary | 11001 | 11100010 | 11101110 | 1011001 | 101 | 0 | 111 | 10110111 | 1010110 | 110100 |
Color Harmonies of #19E2EE
Complementary color
Monochromatic Colors of #19E2EE
Black with #19E2EE
Text Example
Text Example
White with #19E2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19E2EE; }
p { color: rgb(25,226,238); }
H1.HeaderClassName
{
color: #19E2EE;
}
.AnyTagClassName
{
color: #19E2EE;
}
</style>
background-color css
<style>
a { background-color: #19E2EE; }
a { background-color: rgb(25,226,238); }
div.DivClassName
{
background-color: #19E2EE;
}
.BgClassName
{
background-color: #19E2EE;
}
</style>
border-color css
<style>
span { border-color: #19E2EE; }
span { border-color: rgb(25,226,238); }
td.TdClassName
{
border-color: #19E2EE;
}
.TagClassName
{
border-color: #19E2EE;
}
</style>