Shades of Bright Turquoise #19DFF4
Tints of Bright Turquoise #19DFF4
RGB
CMYK
RGB Variations
Color information
#19DFF4 (or 0x19DFF4) is known color: Bright Turquoise. HEX triplet: 19, DF and F4. RGB value is (25,223,244). Sum of RGB (Red+Green+Blue) = 25+223+244=492 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.08% from 492); Green value is 223 (87.5% from 255 or 45.33% from 492); Blue value is 244 (95.70% from 255 or 49.59% from 492); Max value from RGB is 244 - color contains mainly: blue. Hex color #19DFF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DFF4 is #E6200B. Grayscale: #A5A5A5. Windows color (decimal): -15081484 or 16047897. OLE color: 16047897.
HSL color Cylindrical-coordinate representation of color #19DFF4: hue angle of 185.75º 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 #19DFF4 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 25 | 223 | 244 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.04 |
| HSL | 185.75º | 0.91% | 0.53% | - |
| HSV(B) | 185.75º | 0.9% | 0.96% | - |
| XYZ | 43.12 | 59.51 | 94.8 | - |
| YUV | 166.19 | 171.9 | 27.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 223 | 244 | 0.90 | 0.09 | 0 | 0.04 | 185.75 | 0.91 | 0.53 |
| Hex | 19 | DF | F4 | 5A | 9 | 0 | 4 | BA | 5B | 35 |
| Octal | 31 | 337 | 364 | 132 | 11 | 0 | 4 | 272 | 133 | 65 |
| Binary | 11001 | 11011111 | 11110100 | 1011010 | 1001 | 0 | 100 | 10111010 | 1011011 | 110101 |
Color Harmonies of #19DFF4
Complementary color
Monochromatic Colors of #19DFF4
Black with #19DFF4
Text Example
Text Example
White with #19DFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DFF4; }
p { color: rgb(25,223,244); }
H1.HeaderClassName
{
color: #19DFF4;
}
.AnyTagClassName
{
color: #19DFF4;
}
</style>
background-color css
<style>
a { background-color: #19DFF4; }
a { background-color: rgb(25,223,244); }
div.DivClassName
{
background-color: #19DFF4;
}
.BgClassName
{
background-color: #19DFF4;
}
</style>
border-color css
<style>
span { border-color: #19DFF4; }
span { border-color: rgb(25,223,244); }
td.TdClassName
{
border-color: #19DFF4;
}
.TagClassName
{
border-color: #19DFF4;
}
</style>