Shades of Bright Turquoise #17DCF6
Tints of Bright Turquoise #17DCF6
RGB
CMYK
RGB Variations
Color information
#17DCF6 (or 0x17DCF6) is known color: Bright Turquoise. HEX triplet: 17, DC and F6. RGB value is (23,220,246). Sum of RGB (Red+Green+Blue) = 23+220+246=489 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.70% from 489); Green value is 220 (86.33% from 255 or 44.99% from 489); Blue value is 246 (96.48% from 255 or 50.31% from 489); Max value from RGB is 246 - color contains mainly: blue. Hex color #17DCF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DCF6 is #E82309. Grayscale: #A3A3A3. Windows color (decimal): -15213322 or 16178199. OLE color: 16178199.
HSL color Cylindrical-coordinate representation of color #17DCF6: hue angle of 187º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17DCF6 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 220 | 246 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.04 |
| HSL | 187º | 0.93% | 0.53% | - |
| HSV(B) | 187º | 0.91% | 0.96% | - |
| XYZ | 42.58 | 58.02 | 96.14 | - |
| YUV | 164.06 | 174.23 | 27.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 220 | 246 | 0.91 | 0.11 | 0 | 0.04 | 187 | 0.93 | 0.53 |
| Hex | 17 | DC | F6 | 5B | B | 0 | 4 | BB | 5D | 35 |
| Octal | 27 | 334 | 366 | 133 | 13 | 0 | 4 | 273 | 135 | 65 |
| Binary | 10111 | 11011100 | 11110110 | 1011011 | 1011 | 0 | 100 | 10111011 | 1011101 | 110101 |
Color Harmonies of #17DCF6
Complementary color
Monochromatic Colors of #17DCF6
Black with #17DCF6
Text Example
Text Example
White with #17DCF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DCF6; }
p { color: rgb(23,220,246); }
H1.HeaderClassName
{
color: #17DCF6;
}
.AnyTagClassName
{
color: #17DCF6;
}
</style>
background-color css
<style>
a { background-color: #17DCF6; }
a { background-color: rgb(23,220,246); }
div.DivClassName
{
background-color: #17DCF6;
}
.BgClassName
{
background-color: #17DCF6;
}
</style>
border-color css
<style>
span { border-color: #17DCF6; }
span { border-color: rgb(23,220,246); }
td.TdClassName
{
border-color: #17DCF6;
}
.TagClassName
{
border-color: #17DCF6;
}
</style>