Shades of Bright Turquoise #17DAF1
Tints of Bright Turquoise #17DAF1
RGB
CMYK
RGB Variations
Color information
#17DAF1 (or 0x17DAF1) is known color: Bright Turquoise. HEX triplet: 17, DA and F1. RGB value is (23,218,241). Sum of RGB (Red+Green+Blue) = 23+218+241=482 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.77% from 482); Green value is 218 (85.55% from 255 or 45.23% from 482); Blue value is 241 (94.53% from 255 or 50% from 482); Max value from RGB is 241 - color contains mainly: blue. Hex color #17DAF1 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DAF1 is #E8250E. Grayscale: #A2A2A2. Windows color (decimal): -15213839 or 15850007. OLE color: 15850007.
HSL color Cylindrical-coordinate representation of color #17DAF1: hue angle of 186.33º 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 #17DAF1 is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 218 | 241 | - |
| CMYK | 0.90 | 0.10 | 0 | 0.05 |
| HSL | 186.33º | 0.89% | 0.52% | - |
| HSV(B) | 186.33º | 0.9% | 0.95% | - |
| XYZ | 41.3 | 56.68 | 91.98 | - |
| YUV | 162.32 | 172.4 | 28.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 218 | 241 | 0.90 | 0.10 | 0 | 0.05 | 186.33 | 0.89 | 0.52 |
| Hex | 17 | DA | F1 | 5A | A | 0 | 5 | BA | 59 | 34 |
| Octal | 27 | 332 | 361 | 132 | 12 | 0 | 5 | 272 | 131 | 64 |
| Binary | 10111 | 11011010 | 11110001 | 1011010 | 1010 | 0 | 101 | 10111010 | 1011001 | 110100 |
Color Harmonies of #17DAF1
Complementary color
Monochromatic Colors of #17DAF1
Black with #17DAF1
Text Example
Text Example
White with #17DAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DAF1; }
p { color: rgb(23,218,241); }
H1.HeaderClassName
{
color: #17DAF1;
}
.AnyTagClassName
{
color: #17DAF1;
}
</style>
background-color css
<style>
a { background-color: #17DAF1; }
a { background-color: rgb(23,218,241); }
div.DivClassName
{
background-color: #17DAF1;
}
.BgClassName
{
background-color: #17DAF1;
}
</style>
border-color css
<style>
span { border-color: #17DAF1; }
span { border-color: rgb(23,218,241); }
td.TdClassName
{
border-color: #17DAF1;
}
.TagClassName
{
border-color: #17DAF1;
}
</style>