Shades of Bright Turquoise #17DFCB
Tints of Bright Turquoise #17DFCB
RGB
CMYK
RGB Variations
Color information
#17DFCB (or 0x17DFCB) is known color: Bright Turquoise. HEX triplet: 17, DF and CB. RGB value is (23,223,203). Sum of RGB (Red+Green+Blue) = 23+223+203=449 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.12% from 449); Green value is 223 (87.5% from 255 or 49.67% from 449); Blue value is 203 (79.69% from 255 or 45.21% from 449); Max value from RGB is 223 - color contains mainly: green. Hex color #17DFCB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DFCB is #E82034. Grayscale: #A0A0A0. Windows color (decimal): -15212597 or 13360919. OLE color: 13360919.
HSL color Cylindrical-coordinate representation of color #17DFCB: hue angle of 174º 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 #17DFCB is Cyan = 0.90, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 223 | 203 | - |
| CMYK | 0.90 | 0 | 0.09 | 0.13 |
| HSL | 174º | 0.81% | 0.48% | - |
| HSV(B) | 174º | 0.9% | 0.87% | - |
| XYZ | 37.52 | 57.27 | 65.58 | - |
| YUV | 160.92 | 151.74 | 29.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 223 | 203 | 0.90 | 0 | 0.09 | 0.13 | 174 | 0.81 | 0.48 |
| Hex | 17 | DF | CB | 5A | 0 | 9 | D | AE | 51 | 30 |
| Octal | 27 | 337 | 313 | 132 | 0 | 11 | 15 | 256 | 121 | 60 |
| Binary | 10111 | 11011111 | 11001011 | 1011010 | 0 | 1001 | 1101 | 10101110 | 1010001 | 110000 |
Color Harmonies of #17DFCB
Complementary color
Monochromatic Colors of #17DFCB
Black with #17DFCB
Text Example
Text Example
White with #17DFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DFCB; }
p { color: rgb(23,223,203); }
H1.HeaderClassName
{
color: #17DFCB;
}
.AnyTagClassName
{
color: #17DFCB;
}
</style>
background-color css
<style>
a { background-color: #17DFCB; }
a { background-color: rgb(23,223,203); }
div.DivClassName
{
background-color: #17DFCB;
}
.BgClassName
{
background-color: #17DFCB;
}
</style>
border-color css
<style>
span { border-color: #17DFCB; }
span { border-color: rgb(23,223,203); }
td.TdClassName
{
border-color: #17DFCB;
}
.TagClassName
{
border-color: #17DFCB;
}
</style>