Shades of Bright Turquoise #19EFF4
Tints of Bright Turquoise #19EFF4
RGB
CMYK
RGB Variations
Color information
#19EFF4 (or 0x19EFF4) is known color: Bright Turquoise. HEX triplet: 19, EF and F4. RGB value is (25,239,244). Sum of RGB (Red+Green+Blue) = 25+239+244=508 (67% of max value = 765). Red value is 25 (10.16% from 255 or 4.92% from 508); Green value is 239 (93.75% from 255 or 47.05% from 508); Blue value is 244 (95.70% from 255 or 48.03% from 508); Max value from RGB is 244 - color contains mainly: blue. Hex color #19EFF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #19EFF4 is #E6100B. Grayscale: #AFAFAF. Windows color (decimal): -15077388 or 16051993. OLE color: 16051993.
HSL color Cylindrical-coordinate representation of color #19EFF4: hue angle of 181.37º degrees, saturation: 0.91, 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 #19EFF4 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 239 | 244 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.04 |
| HSL | 181.37º | 0.91% | 0.53% | - |
| HSV(B) | 181.37º | 0.9% | 0.96% | - |
| XYZ | 47.6 | 68.47 | 96.3 | - |
| YUV | 175.58 | 166.6 | 20.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 239 | 244 | 0.90 | 0.02 | 0 | 0.04 | 181.37 | 0.91 | 0.53 |
| Hex | 19 | EF | F4 | 5A | 2 | 0 | 4 | B5 | 5B | 35 |
| Octal | 31 | 357 | 364 | 132 | 2 | 0 | 4 | 265 | 133 | 65 |
| Binary | 11001 | 11101111 | 11110100 | 1011010 | 10 | 0 | 100 | 10110101 | 1011011 | 110101 |
Color Harmonies of #19EFF4
Complementary color
Monochromatic Colors of #19EFF4
Black with #19EFF4
Text Example
Text Example
White with #19EFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19EFF4; }
p { color: rgb(25,239,244); }
H1.HeaderClassName
{
color: #19EFF4;
}
.AnyTagClassName
{
color: #19EFF4;
}
</style>
background-color css
<style>
a { background-color: #19EFF4; }
a { background-color: rgb(25,239,244); }
div.DivClassName
{
background-color: #19EFF4;
}
.BgClassName
{
background-color: #19EFF4;
}
</style>
border-color css
<style>
span { border-color: #19EFF4; }
span { border-color: rgb(25,239,244); }
td.TdClassName
{
border-color: #19EFF4;
}
.TagClassName
{
border-color: #19EFF4;
}
</style>