Shades of Bright Turquoise #17DFFC
Tints of Bright Turquoise #17DFFC
RGB
CMYK
RGB Variations
Color information
#17DFFC (or 0x17DFFC) is known color: Bright Turquoise. HEX triplet: 17, DF and FC. RGB value is (23,223,252). Sum of RGB (Red+Green+Blue) = 23+223+252=498 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.62% from 498); Green value is 223 (87.5% from 255 or 44.78% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #17DFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DFFC is #E82003. Grayscale: #A6A6A6. Windows color (decimal): -15212548 or 16572183. OLE color: 16572183.
HSL color Cylindrical-coordinate representation of color #17DFFC: hue angle of 187.6º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17DFFC is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 223 | 252 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.01 |
| HSL | 187.6º | 0.97% | 0.54% | - |
| HSV(B) | 187.6º | 0.91% | 0.99% | - |
| XYZ | 44.31 | 59.99 | 101.34 | - |
| YUV | 166.51 | 176.24 | 25.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 223 | 252 | 0.91 | 0.12 | 0 | 0.01 | 187.6 | 0.97 | 0.54 |
| Hex | 17 | DF | FC | 5B | C | 0 | 1 | BC | 61 | 36 |
| Octal | 27 | 337 | 374 | 133 | 14 | 0 | 1 | 274 | 141 | 66 |
| Binary | 10111 | 11011111 | 11111100 | 1011011 | 1100 | 0 | 1 | 10111100 | 1100001 | 110110 |
Color Harmonies of #17DFFC
Complementary color
Monochromatic Colors of #17DFFC
Black with #17DFFC
Text Example
Text Example
White with #17DFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DFFC; }
p { color: rgb(23,223,252); }
H1.HeaderClassName
{
color: #17DFFC;
}
.AnyTagClassName
{
color: #17DFFC;
}
</style>
background-color css
<style>
a { background-color: #17DFFC; }
a { background-color: rgb(23,223,252); }
div.DivClassName
{
background-color: #17DFFC;
}
.BgClassName
{
background-color: #17DFFC;
}
</style>
border-color css
<style>
span { border-color: #17DFFC; }
span { border-color: rgb(23,223,252); }
td.TdClassName
{
border-color: #17DFFC;
}
.TagClassName
{
border-color: #17DFFC;
}
</style>