Shades of Bright Turquoise #17FCED
Tints of Bright Turquoise #17FCED
RGB
CMYK
RGB Variations
Color information
#17FCED (or 0x17FCED) is known color: Bright Turquoise. HEX triplet: 17, FC and ED. RGB value is (23,252,237). Sum of RGB (Red+Green+Blue) = 23+252+237=512 (67% of max value = 765). Red value is 23 (9.38% from 255 or 4.49% from 512); Green value is 252 (98.83% from 255 or 49.22% from 512); Blue value is 237 (92.97% from 255 or 46.29% from 512); Max value from RGB is 252 - color contains mainly: green. Hex color #17FCED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17FCED is #E80312. Grayscale: #B5B5B5. Windows color (decimal): -15205139 or 15596567. OLE color: 15596567.
HSL color Cylindrical-coordinate representation of color #17FCED: hue angle of 176.07º 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 #17FCED is Cyan = 0.91, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 252 | 237 | - |
| CMYK | 0.91 | 0 | 0.06 | 0.01 |
| HSL | 176.07º | 0.97% | 0.54% | - |
| HSV(B) | 176.07º | 0.91% | 0.99% | - |
| XYZ | 50.45 | 75.92 | 92.12 | - |
| YUV | 181.82 | 159.13 | 14.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 252 | 237 | 0.91 | 0 | 0.06 | 0.01 | 176.07 | 0.97 | 0.54 |
| Hex | 17 | FC | ED | 5B | 0 | 6 | 1 | B0 | 61 | 36 |
| Octal | 27 | 374 | 355 | 133 | 0 | 6 | 1 | 260 | 141 | 66 |
| Binary | 10111 | 11111100 | 11101101 | 1011011 | 0 | 110 | 1 | 10110000 | 1100001 | 110110 |
Color Harmonies of #17FCED
Complementary color
Monochromatic Colors of #17FCED
Black with #17FCED
Text Example
Text Example
White with #17FCED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FCED; }
p { color: rgb(23,252,237); }
H1.HeaderClassName
{
color: #17FCED;
}
.AnyTagClassName
{
color: #17FCED;
}
</style>
background-color css
<style>
a { background-color: #17FCED; }
a { background-color: rgb(23,252,237); }
div.DivClassName
{
background-color: #17FCED;
}
.BgClassName
{
background-color: #17FCED;
}
</style>
border-color css
<style>
span { border-color: #17FCED; }
span { border-color: rgb(23,252,237); }
td.TdClassName
{
border-color: #17FCED;
}
.TagClassName
{
border-color: #17FCED;
}
</style>