Shades of Bright Turquoise #17DEDD
Tints of Bright Turquoise #17DEDD
RGB
CMYK
RGB Variations
Color information
#17DEDD (or 0x17DEDD) is known color: Bright Turquoise. HEX triplet: 17, DE and DD. RGB value is (23,222,221). Sum of RGB (Red+Green+Blue) = 23+222+221=466 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.94% from 466); Green value is 222 (87.11% from 255 or 47.64% from 466); Blue value is 221 (86.72% from 255 or 47.42% from 466); Max value from RGB is 222 - color contains mainly: green. Hex color #17DEDD is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DEDD is #E82122. Grayscale: #A2A2A2. Windows color (decimal): -15212835 or 14540311. OLE color: 14540311.
HSL color Cylindrical-coordinate representation of color #17DEDD: 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 #17DEDD is Cyan = 0.90, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 23 | 222 | 221 | - |
| 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.53 | 57.65 | 77.45 | - |
| YUV | 162.39 | 161.07 | 28.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 222 | 221 | 0.90 | 0 | 0.00 | 0.13 | 179.7 | 0.81 | 0.48 |
| Hex | 17 | DE | DD | 5A | 0 | 0 | D | B4 | 51 | 30 |
| Octal | 27 | 336 | 335 | 132 | 0 | 0 | 15 | 264 | 121 | 60 |
| Binary | 10111 | 11011110 | 11011101 | 1011010 | 0 | 0 | 1101 | 10110100 | 1010001 | 110000 |
Color Harmonies of #17DEDD
Complementary color
Monochromatic Colors of #17DEDD
Black with #17DEDD
Text Example
Text Example
White with #17DEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DEDD; }
p { color: rgb(23,222,221); }
H1.HeaderClassName
{
color: #17DEDD;
}
.AnyTagClassName
{
color: #17DEDD;
}
</style>
background-color css
<style>
a { background-color: #17DEDD; }
a { background-color: rgb(23,222,221); }
div.DivClassName
{
background-color: #17DEDD;
}
.BgClassName
{
background-color: #17DEDD;
}
</style>
border-color css
<style>
span { border-color: #17DEDD; }
span { border-color: rgb(23,222,221); }
td.TdClassName
{
border-color: #17DEDD;
}
.TagClassName
{
border-color: #17DEDD;
}
</style>