Shades of Bright Turquoise #17DBF8
Tints of Bright Turquoise #17DBF8
RGB
CMYK
RGB Variations
Color information
#17DBF8 (or 0x17DBF8) is known color: Bright Turquoise. HEX triplet: 17, DB and F8. RGB value is (23,219,248). Sum of RGB (Red+Green+Blue) = 23+219+248=490 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.69% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #17DBF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DBF8 is #E82407. Grayscale: #A3A3A3. Windows color (decimal): -15213576 or 16309015. OLE color: 16309015.
HSL color Cylindrical-coordinate representation of color #17DBF8: hue angle of 187.73º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17DBF8 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 23 | 219 | 248 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.03 |
| HSL | 187.73º | 0.94% | 0.53% | - |
| HSV(B) | 187.73º | 0.91% | 0.97% | - |
| XYZ | 42.63 | 57.62 | 97.68 | - |
| YUV | 163.7 | 175.57 | 27.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 219 | 248 | 0.91 | 0.12 | 0 | 0.03 | 187.73 | 0.94 | 0.53 |
| Hex | 17 | DB | F8 | 5B | C | 0 | 3 | BC | 5E | 35 |
| Octal | 27 | 333 | 370 | 133 | 14 | 0 | 3 | 274 | 136 | 65 |
| Binary | 10111 | 11011011 | 11111000 | 1011011 | 1100 | 0 | 11 | 10111100 | 1011110 | 110101 |
Color Harmonies of #17DBF8
Complementary color
Monochromatic Colors of #17DBF8
Black with #17DBF8
Text Example
Text Example
White with #17DBF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DBF8; }
p { color: rgb(23,219,248); }
H1.HeaderClassName
{
color: #17DBF8;
}
.AnyTagClassName
{
color: #17DBF8;
}
</style>
background-color css
<style>
a { background-color: #17DBF8; }
a { background-color: rgb(23,219,248); }
div.DivClassName
{
background-color: #17DBF8;
}
.BgClassName
{
background-color: #17DBF8;
}
</style>
border-color css
<style>
span { border-color: #17DBF8; }
span { border-color: rgb(23,219,248); }
td.TdClassName
{
border-color: #17DBF8;
}
.TagClassName
{
border-color: #17DBF8;
}
</style>