Shades of Bright Turquoise #19DDF1
Tints of Bright Turquoise #19DDF1
RGB
CMYK
RGB Variations
Color information
#19DDF1 (or 0x19DDF1) is known color: Bright Turquoise. HEX triplet: 19, DD and F1. RGB value is (25,221,241). Sum of RGB (Red+Green+Blue) = 25+221+241=487 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.13% from 487); Green value is 221 (86.72% from 255 or 45.38% from 487); Blue value is 241 (94.53% from 255 or 49.49% from 487); Max value from RGB is 241 - color contains mainly: blue. Hex color #19DDF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DDF1 is #E6220E. Grayscale: #A4A4A4. Windows color (decimal): -15081999 or 15850777. OLE color: 15850777.
HSL color Cylindrical-coordinate representation of color #19DDF1: hue angle of 185.56º 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 #19DDF1 is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 221 | 241 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.05 |
| HSL | 185.56º | 0.89% | 0.52% | - |
| HSV(B) | 185.56º | 0.9% | 0.95% | - |
| XYZ | 42.13 | 58.27 | 92.25 | - |
| YUV | 164.68 | 171.07 | 28.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 221 | 241 | 0.90 | 0.08 | 0 | 0.05 | 185.56 | 0.89 | 0.52 |
| Hex | 19 | DD | F1 | 5A | 8 | 0 | 5 | BA | 59 | 34 |
| Octal | 31 | 335 | 361 | 132 | 10 | 0 | 5 | 272 | 131 | 64 |
| Binary | 11001 | 11011101 | 11110001 | 1011010 | 1000 | 0 | 101 | 10111010 | 1011001 | 110100 |
Color Harmonies of #19DDF1
Complementary color
Monochromatic Colors of #19DDF1
Black with #19DDF1
Text Example
Text Example
White with #19DDF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DDF1; }
p { color: rgb(25,221,241); }
H1.HeaderClassName
{
color: #19DDF1;
}
.AnyTagClassName
{
color: #19DDF1;
}
</style>
background-color css
<style>
a { background-color: #19DDF1; }
a { background-color: rgb(25,221,241); }
div.DivClassName
{
background-color: #19DDF1;
}
.BgClassName
{
background-color: #19DDF1;
}
</style>
border-color css
<style>
span { border-color: #19DDF1; }
span { border-color: rgb(25,221,241); }
td.TdClassName
{
border-color: #19DDF1;
}
.TagClassName
{
border-color: #19DDF1;
}
</style>