Shades of Bright Turquoise #17DFFD
Tints of Bright Turquoise #17DFFD
RGB
CMYK
RGB Variations
Color information
#17DFFD (or 0x17DFFD) is known color: Bright Turquoise. HEX triplet: 17, DF and FD. RGB value is (23,223,253). Sum of RGB (Red+Green+Blue) = 23+223+253=499 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.61% from 499); Green value is 223 (87.5% from 255 or 44.69% from 499); Blue value is 253 (99.22% from 255 or 50.70% from 499); Max value from RGB is 253 - color contains mainly: blue. Hex color #17DFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DFFD is #E82002. Grayscale: #A6A6A6. Windows color (decimal): -15212547 or 16637719. OLE color: 16637719.
HSL color Cylindrical-coordinate representation of color #17DFFD: hue angle of 187.83º degrees, saturation: 0.98, 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 #17DFFD is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 223 | 253 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.01 |
| HSL | 187.83º | 0.98% | 0.54% | - |
| HSV(B) | 187.83º | 0.91% | 0.99% | - |
| XYZ | 44.47 | 60.05 | 102.18 | - |
| YUV | 166.62 | 176.74 | 25.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 223 | 253 | 0.91 | 0.12 | 0 | 0.01 | 187.83 | 0.98 | 0.54 |
| Hex | 17 | DF | FD | 5B | C | 0 | 1 | BC | 62 | 36 |
| Octal | 27 | 337 | 375 | 133 | 14 | 0 | 1 | 274 | 142 | 66 |
| Binary | 10111 | 11011111 | 11111101 | 1011011 | 1100 | 0 | 1 | 10111100 | 1100010 | 110110 |
Color Harmonies of #17DFFD
Complementary color
Monochromatic Colors of #17DFFD
Black with #17DFFD
Text Example
Text Example
White with #17DFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DFFD; }
p { color: rgb(23,223,253); }
H1.HeaderClassName
{
color: #17DFFD;
}
.AnyTagClassName
{
color: #17DFFD;
}
</style>
background-color css
<style>
a { background-color: #17DFFD; }
a { background-color: rgb(23,223,253); }
div.DivClassName
{
background-color: #17DFFD;
}
.BgClassName
{
background-color: #17DFFD;
}
</style>
border-color css
<style>
span { border-color: #17DFFD; }
span { border-color: rgb(23,223,253); }
td.TdClassName
{
border-color: #17DFFD;
}
.TagClassName
{
border-color: #17DFFD;
}
</style>