Shades of Bright Turquoise #19F9DD
Tints of Bright Turquoise #19F9DD
RGB
CMYK
RGB Variations
Color information
#19F9DD (or 0x19F9DD) is known color: Bright Turquoise. HEX triplet: 19, F9 and DD. RGB value is (25,249,221). Sum of RGB (Red+Green+Blue) = 25+249+221=495 (65% of max value = 765). Red value is 25 (10.16% from 255 or 5.05% from 495); Green value is 249 (97.66% from 255 or 50.30% from 495); Blue value is 221 (86.72% from 255 or 44.65% from 495); Max value from RGB is 249 - color contains mainly: green. Hex color #19F9DD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #19F9DD is #E60622. Grayscale: #B2B2B2. Windows color (decimal): -15074851 or 14547225. OLE color: 14547225.
HSL color Cylindrical-coordinate representation of color #19F9DD: hue angle of 172.5º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #19F9DD is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 25 | 249 | 221 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.02 |
| HSL | 172.5º | 0.95% | 0.54% | - |
| HSV(B) | 172.5º | 0.9% | 0.98% | - |
| XYZ | 47.33 | 73.18 | 80.04 | - |
| YUV | 178.83 | 151.79 | 18.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 25 | 249 | 221 | 0.90 | 0 | 0.11 | 0.02 | 172.5 | 0.95 | 0.54 |
| Hex | 19 | F9 | DD | 5A | 0 | B | 2 | AC | 5F | 36 |
| Octal | 31 | 371 | 335 | 132 | 0 | 13 | 2 | 254 | 137 | 66 |
| Binary | 11001 | 11111001 | 11011101 | 1011010 | 0 | 1011 | 10 | 10101100 | 1011111 | 110110 |
Color Harmonies of #19F9DD
Complementary color
Monochromatic Colors of #19F9DD
Black with #19F9DD
Text Example
Text Example
White with #19F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #19F9DD; }
p { color: rgb(25,249,221); }
H1.HeaderClassName
{
color: #19F9DD;
}
.AnyTagClassName
{
color: #19F9DD;
}
</style>
background-color css
<style>
a { background-color: #19F9DD; }
a { background-color: rgb(25,249,221); }
div.DivClassName
{
background-color: #19F9DD;
}
.BgClassName
{
background-color: #19F9DD;
}
</style>
border-color css
<style>
span { border-color: #19F9DD; }
span { border-color: rgb(25,249,221); }
td.TdClassName
{
border-color: #19F9DD;
}
.TagClassName
{
border-color: #19F9DD;
}
</style>