Shades of Bright Turquoise #17DFC4
Tints of Bright Turquoise #17DFC4
RGB
CMYK
RGB Variations
Color information
#17DFC4 (or 0x17DFC4) is known color: Bright Turquoise. HEX triplet: 17, DF and C4. RGB value is (23,223,196). Sum of RGB (Red+Green+Blue) = 23+223+196=442 (58% of max value = 765). Red value is 23 (9.38% from 255 or 5.20% from 442); Green value is 223 (87.5% from 255 or 50.45% from 442); Blue value is 196 (76.95% from 255 or 44.34% from 442); Max value from RGB is 223 - color contains mainly: green. Hex color #17DFC4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DFC4 is #E8203B. Grayscale: #A0A0A0. Windows color (decimal): -15212604 or 12902167. OLE color: 12902167.
HSL color Cylindrical-coordinate representation of color #17DFC4: hue angle of 171.9º 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 #17DFC4 is Cyan = 0.90, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 223 | 196 | - |
| CMYK | 0.90 | 0 | 0.12 | 0.13 |
| HSL | 171.9º | 0.81% | 0.48% | - |
| HSV(B) | 171.9º | 0.9% | 0.87% | - |
| XYZ | 36.7 | 56.94 | 61.28 | - |
| YUV | 160.12 | 148.24 | 30.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 223 | 196 | 0.90 | 0 | 0.12 | 0.13 | 171.9 | 0.81 | 0.48 |
| Hex | 17 | DF | C4 | 5A | 0 | C | D | AC | 51 | 30 |
| Octal | 27 | 337 | 304 | 132 | 0 | 14 | 15 | 254 | 121 | 60 |
| Binary | 10111 | 11011111 | 11000100 | 1011010 | 0 | 1100 | 1101 | 10101100 | 1010001 | 110000 |
Color Harmonies of #17DFC4
Complementary color
Monochromatic Colors of #17DFC4
Black with #17DFC4
Text Example
Text Example
White with #17DFC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DFC4; }
p { color: rgb(23,223,196); }
H1.HeaderClassName
{
color: #17DFC4;
}
.AnyTagClassName
{
color: #17DFC4;
}
</style>
background-color css
<style>
a { background-color: #17DFC4; }
a { background-color: rgb(23,223,196); }
div.DivClassName
{
background-color: #17DFC4;
}
.BgClassName
{
background-color: #17DFC4;
}
</style>
border-color css
<style>
span { border-color: #17DFC4; }
span { border-color: rgb(23,223,196); }
td.TdClassName
{
border-color: #17DFC4;
}
.TagClassName
{
border-color: #17DFC4;
}
</style>