Shades of Bright Turquoise #17DAF5
Tints of Bright Turquoise #17DAF5
RGB
CMYK
RGB Variations
Color information
#17DAF5 (or 0x17DAF5) is known color: Bright Turquoise. HEX triplet: 17, DA and F5. RGB value is (23,218,245). Sum of RGB (Red+Green+Blue) = 23+218+245=486 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.73% from 486); Green value is 218 (85.55% from 255 or 44.86% from 486); Blue value is 245 (96.09% from 255 or 50.41% from 486); Max value from RGB is 245 - color contains mainly: blue. Hex color #17DAF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DAF5 is #E8250A. Grayscale: #A2A2A2. Windows color (decimal): -15213835 or 16112151. OLE color: 16112151.
HSL color Cylindrical-coordinate representation of color #17DAF5: hue angle of 187.3º degrees, saturation: 0.92, 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 #17DAF5 is Cyan = 0.91, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 218 | 245 | - |
| CMYK | 0.91 | 0.11 | 0 | 0.04 |
| HSL | 187.3º | 0.92% | 0.53% | - |
| HSV(B) | 187.3º | 0.91% | 0.96% | - |
| XYZ | 41.91 | 56.92 | 95.16 | - |
| YUV | 162.77 | 174.4 | 28.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 218 | 245 | 0.91 | 0.11 | 0 | 0.04 | 187.3 | 0.92 | 0.53 |
| Hex | 17 | DA | F5 | 5B | B | 0 | 4 | BB | 5C | 35 |
| Octal | 27 | 332 | 365 | 133 | 13 | 0 | 4 | 273 | 134 | 65 |
| Binary | 10111 | 11011010 | 11110101 | 1011011 | 1011 | 0 | 100 | 10111011 | 1011100 | 110101 |
Color Harmonies of #17DAF5
Complementary color
Monochromatic Colors of #17DAF5
Black with #17DAF5
Text Example
Text Example
White with #17DAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DAF5; }
p { color: rgb(23,218,245); }
H1.HeaderClassName
{
color: #17DAF5;
}
.AnyTagClassName
{
color: #17DAF5;
}
</style>
background-color css
<style>
a { background-color: #17DAF5; }
a { background-color: rgb(23,218,245); }
div.DivClassName
{
background-color: #17DAF5;
}
.BgClassName
{
background-color: #17DAF5;
}
</style>
border-color css
<style>
span { border-color: #17DAF5; }
span { border-color: rgb(23,218,245); }
td.TdClassName
{
border-color: #17DAF5;
}
.TagClassName
{
border-color: #17DAF5;
}
</style>