Shades of Bright Turquoise #17F9DB
Tints of Bright Turquoise #17F9DB
RGB
CMYK
RGB Variations
Color information
#17F9DB (or 0x17F9DB) is known color: Bright Turquoise. HEX triplet: 17, F9 and DB. RGB value is (23,249,219). Sum of RGB (Red+Green+Blue) = 23+249+219=491 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.68% from 491); Green value is 249 (97.66% from 255 or 50.71% from 491); Blue value is 219 (85.94% from 255 or 44.60% from 491); Max value from RGB is 249 - color contains mainly: green. Hex color #17F9DB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17F9DB is #E80624. Grayscale: #B1B1B1. Windows color (decimal): -15205925 or 14416151. OLE color: 14416151.
HSL color Cylindrical-coordinate representation of color #17F9DB: hue angle of 172.04º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17F9DB is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 249 | 219 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.02 |
| HSL | 172.04º | 0.95% | 0.53% | - |
| HSV(B) | 172.04º | 0.91% | 0.98% | - |
| XYZ | 47.02 | 73.05 | 78.64 | - |
| YUV | 178.01 | 151.13 | 17.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 249 | 219 | 0.91 | 0 | 0.12 | 0.02 | 172.04 | 0.95 | 0.53 |
| Hex | 17 | F9 | DB | 5B | 0 | C | 2 | AC | 5F | 35 |
| Octal | 27 | 371 | 333 | 133 | 0 | 14 | 2 | 254 | 137 | 65 |
| Binary | 10111 | 11111001 | 11011011 | 1011011 | 0 | 1100 | 10 | 10101100 | 1011111 | 110101 |
Color Harmonies of #17F9DB
Complementary color
Monochromatic Colors of #17F9DB
Black with #17F9DB
Text Example
Text Example
White with #17F9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F9DB; }
p { color: rgb(23,249,219); }
H1.HeaderClassName
{
color: #17F9DB;
}
.AnyTagClassName
{
color: #17F9DB;
}
</style>
background-color css
<style>
a { background-color: #17F9DB; }
a { background-color: rgb(23,249,219); }
div.DivClassName
{
background-color: #17F9DB;
}
.BgClassName
{
background-color: #17F9DB;
}
</style>
border-color css
<style>
span { border-color: #17F9DB; }
span { border-color: rgb(23,249,219); }
td.TdClassName
{
border-color: #17F9DB;
}
.TagClassName
{
border-color: #17F9DB;
}
</style>