Shades of Bright Turquoise #17DFFF
Tints of Bright Turquoise #17DFFF
RGB
CMYK
RGB Variations
Color information
#17DFFF (or 0x17DFFF) is known color: Bright Turquoise. HEX triplet: 17, DF and FF. RGB value is (23,223,255). Sum of RGB (Red+Green+Blue) = 23+223+255=501 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.59% from 501); Green value is 223 (87.5% from 255 or 44.51% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #17DFFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DFFF is #E82000. Grayscale: #A6A6A6. Windows color (decimal): -15212545 or 16768791. OLE color: 16768791.
HSL color Cylindrical-coordinate representation of color #17DFFF: hue angle of 188.28º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17DFFF is Cyan = 0.91, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 223 | 255 | - |
| CMYK | 0.91 | 0.13 | 0 | 0 |
| HSL | 188.28º | 1% | 0.55% | - |
| HSV(B) | 188.28º | 0.91% | 1% | - |
| XYZ | 44.79 | 60.18 | 103.86 | - |
| YUV | 166.85 | 177.74 | 25.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 223 | 255 | 0.91 | 0.13 | 0 | 0 | 188.28 | 1 | 0.55 |
| Hex | 17 | DF | FF | 5B | D | 0 | 0 | BC | 64 | 37 |
| Octal | 27 | 337 | 377 | 133 | 15 | 0 | 0 | 274 | 144 | 67 |
| Binary | 10111 | 11011111 | 11111111 | 1011011 | 1101 | 0 | 0 | 10111100 | 1100100 | 110111 |
Color Harmonies of #17DFFF
Complementary color
Monochromatic Colors of #17DFFF
Black with #17DFFF
Text Example
Text Example
White with #17DFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DFFF; }
p { color: rgb(23,223,255); }
H1.HeaderClassName
{
color: #17DFFF;
}
.AnyTagClassName
{
color: #17DFFF;
}
</style>
background-color css
<style>
a { background-color: #17DFFF; }
a { background-color: rgb(23,223,255); }
div.DivClassName
{
background-color: #17DFFF;
}
.BgClassName
{
background-color: #17DFFF;
}
</style>
border-color css
<style>
span { border-color: #17DFFF; }
span { border-color: rgb(23,223,255); }
td.TdClassName
{
border-color: #17DFFF;
}
.TagClassName
{
border-color: #17DFFF;
}
</style>