Shades of Bright Turquoise #17DAF0
Tints of Bright Turquoise #17DAF0
RGB
CMYK
RGB Variations
Color information
#17DAF0 (or 0x17DAF0) is known color: Bright Turquoise. HEX triplet: 17, DA and F0. RGB value is (23,218,240). Sum of RGB (Red+Green+Blue) = 23+218+240=481 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.78% from 481); Green value is 218 (85.55% from 255 or 45.32% from 481); Blue value is 240 (94.14% from 255 or 49.90% from 481); Max value from RGB is 240 - color contains mainly: blue. Hex color #17DAF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DAF0 is #E8250F. Grayscale: #A1A1A1. Windows color (decimal): -15213840 or 15784471. OLE color: 15784471.
HSL color Cylindrical-coordinate representation of color #17DAF0: hue angle of 186.08º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DAF0 is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 218 | 240 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.06 |
| HSL | 186.08º | 0.88% | 0.52% | - |
| HSV(B) | 186.08º | 0.9% | 0.94% | - |
| XYZ | 41.15 | 56.62 | 91.2 | - |
| YUV | 162.2 | 171.9 | 28.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 218 | 240 | 0.90 | 0.09 | 0 | 0.06 | 186.08 | 0.88 | 0.52 |
| Hex | 17 | DA | F0 | 5A | 9 | 0 | 6 | BA | 58 | 34 |
| Octal | 27 | 332 | 360 | 132 | 11 | 0 | 6 | 272 | 130 | 64 |
| Binary | 10111 | 11011010 | 11110000 | 1011010 | 1001 | 0 | 110 | 10111010 | 1011000 | 110100 |
Color Harmonies of #17DAF0
Complementary color
Monochromatic Colors of #17DAF0
Black with #17DAF0
Text Example
Text Example
White with #17DAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DAF0; }
p { color: rgb(23,218,240); }
H1.HeaderClassName
{
color: #17DAF0;
}
.AnyTagClassName
{
color: #17DAF0;
}
</style>
background-color css
<style>
a { background-color: #17DAF0; }
a { background-color: rgb(23,218,240); }
div.DivClassName
{
background-color: #17DAF0;
}
.BgClassName
{
background-color: #17DAF0;
}
</style>
border-color css
<style>
span { border-color: #17DAF0; }
span { border-color: rgb(23,218,240); }
td.TdClassName
{
border-color: #17DAF0;
}
.TagClassName
{
border-color: #17DAF0;
}
</style>