Shades of Bright Turquoise #17FCDD
Tints of Bright Turquoise #17FCDD
RGB
CMYK
RGB Variations
Color information
#17FCDD (or 0x17FCDD) is known color: Bright Turquoise. HEX triplet: 17, FC and DD. RGB value is (23,252,221). Sum of RGB (Red+Green+Blue) = 23+252+221=496 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.64% from 496); Green value is 252 (98.83% from 255 or 50.81% from 496); Blue value is 221 (86.72% from 255 or 44.56% from 496); Max value from RGB is 252 - color contains mainly: green. Hex color #17FCDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FCDD is #E80322. Grayscale: #B3B3B3. Windows color (decimal): -15205155 or 14547991. OLE color: 14547991.
HSL color Cylindrical-coordinate representation of color #17FCDD: hue angle of 171.88º 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 #17FCDD is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 252 | 221 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.01 |
| HSL | 171.88º | 0.97% | 0.54% | - |
| HSV(B) | 171.88º | 0.91% | 0.99% | - |
| XYZ | 48.21 | 75.02 | 80.35 | - |
| YUV | 180 | 151.13 | 16.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 252 | 221 | 0.91 | 0 | 0.12 | 0.01 | 171.88 | 0.97 | 0.54 |
| Hex | 17 | FC | DD | 5B | 0 | C | 1 | AC | 61 | 36 |
| Octal | 27 | 374 | 335 | 133 | 0 | 14 | 1 | 254 | 141 | 66 |
| Binary | 10111 | 11111100 | 11011101 | 1011011 | 0 | 1100 | 1 | 10101100 | 1100001 | 110110 |
Color Harmonies of #17FCDD
Complementary color
Monochromatic Colors of #17FCDD
Black with #17FCDD
Text Example
Text Example
White with #17FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FCDD; }
p { color: rgb(23,252,221); }
H1.HeaderClassName
{
color: #17FCDD;
}
.AnyTagClassName
{
color: #17FCDD;
}
</style>
background-color css
<style>
a { background-color: #17FCDD; }
a { background-color: rgb(23,252,221); }
div.DivClassName
{
background-color: #17FCDD;
}
.BgClassName
{
background-color: #17FCDD;
}
</style>
border-color css
<style>
span { border-color: #17FCDD; }
span { border-color: rgb(23,252,221); }
td.TdClassName
{
border-color: #17FCDD;
}
.TagClassName
{
border-color: #17FCDD;
}
</style>