Shades of Bright Turquoise #19EDF3
Tints of Bright Turquoise #19EDF3
RGB
CMYK
RGB Variations
Color information
#19EDF3 (or 0x19EDF3) is known color: Bright Turquoise. HEX triplet: 19, ED and F3. RGB value is (25,237,243). Sum of RGB (Red+Green+Blue) = 25+237+243=505 (66% of max value = 765). Red value is 25 (10.16% from 255 or 4.95% from 505); Green value is 237 (92.97% from 255 or 46.93% from 505); Blue value is 243 (95.31% from 255 or 48.12% from 505); Max value from RGB is 243 - color contains mainly: blue. Hex color #19EDF3 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EDF3 is #E6120C. Grayscale: #AEAEAE. Windows color (decimal): -15077901 or 15985945. OLE color: 15985945.
HSL color Cylindrical-coordinate representation of color #19EDF3: hue angle of 181.65º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19EDF3 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 237 | 243 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.05 |
| HSL | 181.65º | 0.9% | 0.53% | - |
| HSV(B) | 181.65º | 0.9% | 0.95% | - |
| XYZ | 46.86 | 67.25 | 95.3 | - |
| YUV | 174.3 | 166.76 | 21.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 237 | 243 | 0.90 | 0.02 | 0 | 0.05 | 181.65 | 0.9 | 0.53 |
| Hex | 19 | ED | F3 | 5A | 2 | 0 | 5 | B6 | 5A | 35 |
| Octal | 31 | 355 | 363 | 132 | 2 | 0 | 5 | 266 | 132 | 65 |
| Binary | 11001 | 11101101 | 11110011 | 1011010 | 10 | 0 | 101 | 10110110 | 1011010 | 110101 |
Color Harmonies of #19EDF3
Complementary color
Monochromatic Colors of #19EDF3
Black with #19EDF3
Text Example
Text Example
White with #19EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EDF3; }
p { color: rgb(25,237,243); }
H1.HeaderClassName
{
color: #19EDF3;
}
.AnyTagClassName
{
color: #19EDF3;
}
</style>
background-color css
<style>
a { background-color: #19EDF3; }
a { background-color: rgb(25,237,243); }
div.DivClassName
{
background-color: #19EDF3;
}
.BgClassName
{
background-color: #19EDF3;
}
</style>
border-color css
<style>
span { border-color: #19EDF3; }
span { border-color: rgb(25,237,243); }
td.TdClassName
{
border-color: #19EDF3;
}
.TagClassName
{
border-color: #19EDF3;
}
</style>