Shades of Bright Turquoise #17FEDD
Tints of Bright Turquoise #17FEDD
RGB
CMYK
RGB Variations
Color information
#17FEDD (or 0x17FEDD) is known color: Bright Turquoise. HEX triplet: 17, FE and DD. RGB value is (23,254,221). Sum of RGB (Red+Green+Blue) = 23+254+221=498 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.62% from 498); Green value is 254 (99.61% from 255 or 51.00% from 498); Blue value is 221 (86.72% from 255 or 44.38% from 498); Max value from RGB is 254 - color contains mainly: green. Hex color #17FEDD is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FEDD is #E80122. Grayscale: #B5B5B5. Windows color (decimal): -15204643 or 14548503. OLE color: 14548503.
HSL color Cylindrical-coordinate representation of color #17FEDD: hue angle of 171.43º degrees, saturation: 0.99, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FEDD is Cyan = 0.91, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 23 | 254 | 221 | - |
| CMYK | 0.91 | 0 | 0.13 | 0.00 |
| HSL | 171.43º | 0.99% | 0.54% | - |
| HSV(B) | 171.43º | 0.91% | 1% | - |
| XYZ | 48.85 | 76.29 | 80.56 | - |
| YUV | 181.17 | 150.47 | 15.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 254 | 221 | 0.91 | 0 | 0.13 | 0.00 | 171.43 | 0.99 | 0.54 |
| Hex | 17 | FE | DD | 5B | 0 | D | 0 | AB | 63 | 36 |
| Octal | 27 | 376 | 335 | 133 | 0 | 15 | 0 | 253 | 143 | 66 |
| Binary | 10111 | 11111110 | 11011101 | 1011011 | 0 | 1101 | 0 | 10101011 | 1100011 | 110110 |
Color Harmonies of #17FEDD
Complementary color
Monochromatic Colors of #17FEDD
Black with #17FEDD
Text Example
Text Example
White with #17FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FEDD; }
p { color: rgb(23,254,221); }
H1.HeaderClassName
{
color: #17FEDD;
}
.AnyTagClassName
{
color: #17FEDD;
}
</style>
background-color css
<style>
a { background-color: #17FEDD; }
a { background-color: rgb(23,254,221); }
div.DivClassName
{
background-color: #17FEDD;
}
.BgClassName
{
background-color: #17FEDD;
}
</style>
border-color css
<style>
span { border-color: #17FEDD; }
span { border-color: rgb(23,254,221); }
td.TdClassName
{
border-color: #17FEDD;
}
.TagClassName
{
border-color: #17FEDD;
}
</style>