Shades of Bright Turquoise #17FCDB
Tints of Bright Turquoise #17FCDB
RGB
CMYK
RGB Variations
Color information
#17FCDB (or 0x17FCDB) is known color: Bright Turquoise. HEX triplet: 17, FC and DB. RGB value is (23,252,219). Sum of RGB (Red+Green+Blue) = 23+252+219=494 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.66% from 494); Green value is 252 (98.83% from 255 or 51.01% from 494); Blue value is 219 (85.94% from 255 or 44.33% from 494); Max value from RGB is 252 - color contains mainly: green. Hex color #17FCDB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FCDB is #E80324. Grayscale: #B3B3B3. Windows color (decimal): -15205157 or 14416919. OLE color: 14416919.
HSL color Cylindrical-coordinate representation of color #17FCDB: hue angle of 171.35º 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 #17FCDB is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 252 | 219 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.01 |
| HSL | 171.35º | 0.97% | 0.54% | - |
| HSV(B) | 171.35º | 0.91% | 0.99% | - |
| XYZ | 47.95 | 74.92 | 78.95 | - |
| YUV | 179.77 | 150.13 | 16.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 252 | 219 | 0.91 | 0 | 0.13 | 0.01 | 171.35 | 0.97 | 0.54 |
| Hex | 17 | FC | DB | 5B | 0 | D | 1 | AB | 61 | 36 |
| Octal | 27 | 374 | 333 | 133 | 0 | 15 | 1 | 253 | 141 | 66 |
| Binary | 10111 | 11111100 | 11011011 | 1011011 | 0 | 1101 | 1 | 10101011 | 1100001 | 110110 |
Color Harmonies of #17FCDB
Complementary color
Monochromatic Colors of #17FCDB
Black with #17FCDB
Text Example
Text Example
White with #17FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FCDB; }
p { color: rgb(23,252,219); }
H1.HeaderClassName
{
color: #17FCDB;
}
.AnyTagClassName
{
color: #17FCDB;
}
</style>
background-color css
<style>
a { background-color: #17FCDB; }
a { background-color: rgb(23,252,219); }
div.DivClassName
{
background-color: #17FCDB;
}
.BgClassName
{
background-color: #17FCDB;
}
</style>
border-color css
<style>
span { border-color: #17FCDB; }
span { border-color: rgb(23,252,219); }
td.TdClassName
{
border-color: #17FCDB;
}
.TagClassName
{
border-color: #17FCDB;
}
</style>