Shades of Bright Turquoise #17FDCF
Tints of Bright Turquoise #17FDCF
RGB
CMYK
RGB Variations
Color information
#17FDCF (or 0x17FDCF) is known color: Bright Turquoise. HEX triplet: 17, FD and CF. RGB value is (23,253,207). Sum of RGB (Red+Green+Blue) = 23+253+207=483 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.76% from 483); Green value is 253 (99.22% from 255 or 52.38% from 483); Blue value is 207 (81.25% from 255 or 42.86% from 483); Max value from RGB is 253 - color contains mainly: green. Hex color #17FDCF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FDCF is #E80230. Grayscale: #B2B2B2. Windows color (decimal): -15204913 or 13630743. OLE color: 13630743.
HSL color Cylindrical-coordinate representation of color #17FDCF: hue angle of 168º degrees, saturation: 0.98, 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 #17FDCF is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 253 | 207 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.01 |
| HSL | 168º | 0.98% | 0.54% | - |
| HSV(B) | 168º | 0.91% | 0.99% | - |
| XYZ | 46.74 | 74.94 | 71.03 | - |
| YUV | 178.99 | 143.8 | 16.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 253 | 207 | 0.91 | 0 | 0.18 | 0.01 | 168 | 0.98 | 0.54 |
| Hex | 17 | FD | CF | 5B | 0 | 12 | 1 | A8 | 62 | 36 |
| Octal | 27 | 375 | 317 | 133 | 0 | 22 | 1 | 250 | 142 | 66 |
| Binary | 10111 | 11111101 | 11001111 | 1011011 | 0 | 10010 | 1 | 10101000 | 1100010 | 110110 |
Color Harmonies of #17FDCF
Complementary color
Monochromatic Colors of #17FDCF
Black with #17FDCF
Text Example
Text Example
White with #17FDCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FDCF; }
p { color: rgb(23,253,207); }
H1.HeaderClassName
{
color: #17FDCF;
}
.AnyTagClassName
{
color: #17FDCF;
}
</style>
background-color css
<style>
a { background-color: #17FDCF; }
a { background-color: rgb(23,253,207); }
div.DivClassName
{
background-color: #17FDCF;
}
.BgClassName
{
background-color: #17FDCF;
}
</style>
border-color css
<style>
span { border-color: #17FDCF; }
span { border-color: rgb(23,253,207); }
td.TdClassName
{
border-color: #17FDCF;
}
.TagClassName
{
border-color: #17FDCF;
}
</style>