Shades of Bright Turquoise #19EDF2
Tints of Bright Turquoise #19EDF2
RGB
CMYK
RGB Variations
Color information
#19EDF2 (or 0x19EDF2) is known color: Bright Turquoise. HEX triplet: 19, ED and F2. RGB value is (25,237,242). Sum of RGB (Red+Green+Blue) = 25+237+242=504 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.96% from 504); Green value is 237 (92.97% from 255 or 47.02% from 504); Blue value is 242 (94.92% from 255 or 48.02% from 504); Max value from RGB is 242 - color contains mainly: blue. Hex color #19EDF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EDF2 is #E6120D. Grayscale: #ADADAD. Windows color (decimal): -15077902 or 15920409. OLE color: 15920409.
HSL color Cylindrical-coordinate representation of color #19EDF2: hue angle of 181.38º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EDF2 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 237 | 242 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.05 |
| HSL | 181.38º | 0.89% | 0.52% | - |
| HSV(B) | 181.38º | 0.9% | 0.95% | - |
| XYZ | 46.71 | 67.19 | 94.51 | - |
| YUV | 174.18 | 166.26 | 21.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 237 | 242 | 0.90 | 0.02 | 0 | 0.05 | 181.38 | 0.89 | 0.52 |
| Hex | 19 | ED | F2 | 5A | 2 | 0 | 5 | B5 | 59 | 34 |
| Octal | 31 | 355 | 362 | 132 | 2 | 0 | 5 | 265 | 131 | 64 |
| Binary | 11001 | 11101101 | 11110010 | 1011010 | 10 | 0 | 101 | 10110101 | 1011001 | 110100 |
Color Harmonies of #19EDF2
Complementary color
Monochromatic Colors of #19EDF2
Black with #19EDF2
Text Example
Text Example
White with #19EDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EDF2; }
p { color: rgb(25,237,242); }
H1.HeaderClassName
{
color: #19EDF2;
}
.AnyTagClassName
{
color: #19EDF2;
}
</style>
background-color css
<style>
a { background-color: #19EDF2; }
a { background-color: rgb(25,237,242); }
div.DivClassName
{
background-color: #19EDF2;
}
.BgClassName
{
background-color: #19EDF2;
}
</style>
border-color css
<style>
span { border-color: #19EDF2; }
span { border-color: rgb(25,237,242); }
td.TdClassName
{
border-color: #19EDF2;
}
.TagClassName
{
border-color: #19EDF2;
}
</style>