Shades of Bright Turquoise #17DBE9
Tints of Bright Turquoise #17DBE9
RGB
CMYK
RGB Variations
Color information
#17DBE9 (or 0x17DBE9) is known color: Bright Turquoise. HEX triplet: 17, DB and E9. RGB value is (23,219,233). Sum of RGB (Red+Green+Blue) = 23+219+233=475 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.84% from 475); Green value is 219 (85.94% from 255 or 46.11% from 475); Blue value is 233 (91.41% from 255 or 49.05% from 475); Max value from RGB is 233 - color contains mainly: blue. Hex color #17DBE9 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DBE9 is #E82416. Grayscale: #A1A1A1. Windows color (decimal): -15213591 or 15325975. OLE color: 15325975.
HSL color Cylindrical-coordinate representation of color #17DBE9: hue angle of 184º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DBE9 is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 219 | 233 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.09 |
| HSL | 184º | 0.83% | 0.5% | - |
| HSV(B) | 184º | 0.9% | 0.91% | - |
| XYZ | 40.39 | 56.73 | 85.91 | - |
| YUV | 161.99 | 168.07 | 28.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 219 | 233 | 0.90 | 0.06 | 0 | 0.09 | 184 | 0.83 | 0.5 |
| Hex | 17 | DB | E9 | 5A | 6 | 0 | 9 | B8 | 53 | 32 |
| Octal | 27 | 333 | 351 | 132 | 6 | 0 | 11 | 270 | 123 | 62 |
| Binary | 10111 | 11011011 | 11101001 | 1011010 | 110 | 0 | 1001 | 10111000 | 1010011 | 110010 |
Color Harmonies of #17DBE9
Complementary color
Monochromatic Colors of #17DBE9
Black with #17DBE9
Text Example
Text Example
White with #17DBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DBE9; }
p { color: rgb(23,219,233); }
H1.HeaderClassName
{
color: #17DBE9;
}
.AnyTagClassName
{
color: #17DBE9;
}
</style>
background-color css
<style>
a { background-color: #17DBE9; }
a { background-color: rgb(23,219,233); }
div.DivClassName
{
background-color: #17DBE9;
}
.BgClassName
{
background-color: #17DBE9;
}
</style>
border-color css
<style>
span { border-color: #17DBE9; }
span { border-color: rgb(23,219,233); }
td.TdClassName
{
border-color: #17DBE9;
}
.TagClassName
{
border-color: #17DBE9;
}
</style>