Shades of Bright Turquoise #17D9F2
Tints of Bright Turquoise #17D9F2
RGB
CMYK
RGB Variations
Color information
#17D9F2 (or 0x17D9F2) is known color: Bright Turquoise. HEX triplet: 17, D9 and F2. RGB value is (23,217,242). Sum of RGB (Red+Green+Blue) = 23+217+242=482 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.77% from 482); Green value is 217 (85.16% from 255 or 45.02% from 482); Blue value is 242 (94.92% from 255 or 50.21% from 482); Max value from RGB is 242 - color contains mainly: blue. Hex color #17D9F2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D9F2 is #E8260D. Grayscale: #A1A1A1. Windows color (decimal): -15214094 or 15915287. OLE color: 15915287.
HSL color Cylindrical-coordinate representation of color #17D9F2: hue angle of 186.85º 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 #17D9F2 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 217 | 242 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.05 |
| HSL | 186.85º | 0.89% | 0.52% | - |
| HSV(B) | 186.85º | 0.9% | 0.95% | - |
| XYZ | 41.19 | 56.22 | 92.68 | - |
| YUV | 161.84 | 173.23 | 28.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 217 | 242 | 0.90 | 0.10 | 0 | 0.05 | 186.85 | 0.89 | 0.52 |
| Hex | 17 | D9 | F2 | 5A | A | 0 | 5 | BB | 59 | 34 |
| Octal | 27 | 331 | 362 | 132 | 12 | 0 | 5 | 273 | 131 | 64 |
| Binary | 10111 | 11011001 | 11110010 | 1011010 | 1010 | 0 | 101 | 10111011 | 1011001 | 110100 |
Color Harmonies of #17D9F2
Complementary color
Monochromatic Colors of #17D9F2
Black with #17D9F2
Text Example
Text Example
White with #17D9F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D9F2; }
p { color: rgb(23,217,242); }
H1.HeaderClassName
{
color: #17D9F2;
}
.AnyTagClassName
{
color: #17D9F2;
}
</style>
background-color css
<style>
a { background-color: #17D9F2; }
a { background-color: rgb(23,217,242); }
div.DivClassName
{
background-color: #17D9F2;
}
.BgClassName
{
background-color: #17D9F2;
}
</style>
border-color css
<style>
span { border-color: #17D9F2; }
span { border-color: rgb(23,217,242); }
td.TdClassName
{
border-color: #17D9F2;
}
.TagClassName
{
border-color: #17D9F2;
}
</style>