Shades of Bright Turquoise #19DEE7
Tints of Bright Turquoise #19DEE7
RGB
CMYK
RGB Variations
Color information
#19DEE7 (or 0x19DEE7) is known color: Bright Turquoise. HEX triplet: 19, DE and E7. RGB value is (25,222,231). Sum of RGB (Red+Green+Blue) = 25+222+231=478 (63% of max value = 765). Red value is 25 (10.16% from 255 or 5.23% from 478); Green value is 222 (87.11% from 255 or 46.44% from 478); Blue value is 231 (90.62% from 255 or 48.33% from 478); Max value from RGB is 231 - color contains mainly: blue. Hex color #19DEE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DEE7 is #E62118. Grayscale: #A3A3A3. Windows color (decimal): -15081753 or 15195673. OLE color: 15195673.
HSL color Cylindrical-coordinate representation of color #19DEE7: hue angle of 182.62º degrees, saturation: 0.81, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #19DEE7 is Cyan = 0.89, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 25 | 222 | 231 | - |
| CMYK | 0.89 | 0.04 | 0 | 0.09 |
| HSL | 182.62º | 0.81% | 0.5% | - |
| HSV(B) | 182.62º | 0.89% | 0.91% | - |
| XYZ | 40.95 | 58.22 | 84.68 | - |
| YUV | 164.12 | 165.73 | 28.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 222 | 231 | 0.89 | 0.04 | 0 | 0.09 | 182.62 | 0.81 | 0.5 |
| Hex | 19 | DE | E7 | 59 | 4 | 0 | 9 | B7 | 51 | 32 |
| Octal | 31 | 336 | 347 | 131 | 4 | 0 | 11 | 267 | 121 | 62 |
| Binary | 11001 | 11011110 | 11100111 | 1011001 | 100 | 0 | 1001 | 10110111 | 1010001 | 110010 |
Color Harmonies of #19DEE7
Complementary color
Monochromatic Colors of #19DEE7
Black with #19DEE7
Text Example
Text Example
White with #19DEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DEE7; }
p { color: rgb(25,222,231); }
H1.HeaderClassName
{
color: #19DEE7;
}
.AnyTagClassName
{
color: #19DEE7;
}
</style>
background-color css
<style>
a { background-color: #19DEE7; }
a { background-color: rgb(25,222,231); }
div.DivClassName
{
background-color: #19DEE7;
}
.BgClassName
{
background-color: #19DEE7;
}
</style>
border-color css
<style>
span { border-color: #19DEE7; }
span { border-color: rgb(25,222,231); }
td.TdClassName
{
border-color: #19DEE7;
}
.TagClassName
{
border-color: #19DEE7;
}
</style>