Shades of Bright Turquoise #19DDF3
Tints of Bright Turquoise #19DDF3
RGB
CMYK
RGB Variations
Color information
#19DDF3 (or 0x19DDF3) is known color: Bright Turquoise. HEX triplet: 19, DD and F3. RGB value is (25,221,243). Sum of RGB (Red+Green+Blue) = 25+221+243=489 (64% of max value = 765). Red value is 25 (10.16% from 255 or 5.11% from 489); Green value is 221 (86.72% from 255 or 45.19% from 489); Blue value is 243 (95.31% from 255 or 49.69% from 489); Max value from RGB is 243 - color contains mainly: blue. Hex color #19DDF3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #19DDF3 is #E6220C. Grayscale: #A4A4A4. Windows color (decimal): -15081997 or 15981849. OLE color: 15981849.
HSL color Cylindrical-coordinate representation of color #19DDF3: hue angle of 186.06º 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 #19DDF3 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 25 | 221 | 243 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.05 |
| HSL | 186.06º | 0.9% | 0.53% | - |
| HSV(B) | 186.06º | 0.9% | 0.95% | - |
| XYZ | 42.44 | 58.39 | 93.83 | - |
| YUV | 164.9 | 172.07 | 28.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 221 | 243 | 0.90 | 0.09 | 0 | 0.05 | 186.06 | 0.9 | 0.53 |
| Hex | 19 | DD | F3 | 5A | 9 | 0 | 5 | BA | 5A | 35 |
| Octal | 31 | 335 | 363 | 132 | 11 | 0 | 5 | 272 | 132 | 65 |
| Binary | 11001 | 11011101 | 11110011 | 1011010 | 1001 | 0 | 101 | 10111010 | 1011010 | 110101 |
Color Harmonies of #19DDF3
Complementary color
Monochromatic Colors of #19DDF3
Black with #19DDF3
Text Example
Text Example
White with #19DDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19DDF3; }
p { color: rgb(25,221,243); }
H1.HeaderClassName
{
color: #19DDF3;
}
.AnyTagClassName
{
color: #19DDF3;
}
</style>
background-color css
<style>
a { background-color: #19DDF3; }
a { background-color: rgb(25,221,243); }
div.DivClassName
{
background-color: #19DDF3;
}
.BgClassName
{
background-color: #19DDF3;
}
</style>
border-color css
<style>
span { border-color: #19DDF3; }
span { border-color: rgb(25,221,243); }
td.TdClassName
{
border-color: #19DDF3;
}
.TagClassName
{
border-color: #19DDF3;
}
</style>