Shades of Bright Turquoise #17DFDE
Tints of Bright Turquoise #17DFDE
RGB
CMYK
RGB Variations
Color information
#17DFDE (or 0x17DFDE) is known color: Bright Turquoise. HEX triplet: 17, DF and DE. RGB value is (23,223,222). Sum of RGB (Red+Green+Blue) = 23+223+222=468 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.91% from 468); Green value is 223 (87.5% from 255 or 47.65% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 223 - color contains mainly: green. Hex color #17DFDE is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DFDE is #E82021. Grayscale: #A2A2A2. Windows color (decimal): -15212578 or 14606103. OLE color: 14606103.
HSL color Cylindrical-coordinate representation of color #17DFDE: hue angle of 179.7º degrees, saturation: 0.81, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DFDE is Cyan = 0.90, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 223 | 222 | - |
| CMYK | 0.90 | 0 | 0.00 | 0.13 |
| HSL | 179.7º | 0.81% | 0.48% | - |
| HSV(B) | 179.7º | 0.9% | 0.87% | - |
| XYZ | 39.93 | 58.23 | 78.24 | - |
| YUV | 163.09 | 161.24 | 28.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 223 | 222 | 0.90 | 0 | 0.00 | 0.13 | 179.7 | 0.81 | 0.48 |
| Hex | 17 | DF | DE | 5A | 0 | 0 | D | B4 | 51 | 30 |
| Octal | 27 | 337 | 336 | 132 | 0 | 0 | 15 | 264 | 121 | 60 |
| Binary | 10111 | 11011111 | 11011110 | 1011010 | 0 | 0 | 1101 | 10110100 | 1010001 | 110000 |
Color Harmonies of #17DFDE
Complementary color
Monochromatic Colors of #17DFDE
Black with #17DFDE
Text Example
Text Example
White with #17DFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DFDE; }
p { color: rgb(23,223,222); }
H1.HeaderClassName
{
color: #17DFDE;
}
.AnyTagClassName
{
color: #17DFDE;
}
</style>
background-color css
<style>
a { background-color: #17DFDE; }
a { background-color: rgb(23,223,222); }
div.DivClassName
{
background-color: #17DFDE;
}
.BgClassName
{
background-color: #17DFDE;
}
</style>
border-color css
<style>
span { border-color: #17DFDE; }
span { border-color: rgb(23,223,222); }
td.TdClassName
{
border-color: #17DFDE;
}
.TagClassName
{
border-color: #17DFDE;
}
</style>