Shades of Bright Turquoise #17FDDF
Tints of Bright Turquoise #17FDDF
RGB
CMYK
RGB Variations
Color information
#17FDDF (or 0x17FDDF) is known color: Bright Turquoise. HEX triplet: 17, FD and DF. RGB value is (23,253,223). Sum of RGB (Red+Green+Blue) = 23+253+223=499 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.61% from 499); Green value is 253 (99.22% from 255 or 50.70% from 499); Blue value is 223 (87.5% from 255 or 44.69% from 499); Max value from RGB is 253 - color contains mainly: green. Hex color #17FDDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FDDF is #E80220. Grayscale: #B4B4B4. Windows color (decimal): -15204897 or 14679319. OLE color: 14679319.
HSL color Cylindrical-coordinate representation of color #17FDDF: hue angle of 172.17º 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 #17FDDF is Cyan = 0.91, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 253 | 223 | - |
| CMYK | 0.91 | 0 | 0.12 | 0.01 |
| HSL | 172.17º | 0.98% | 0.54% | - |
| HSV(B) | 172.17º | 0.91% | 0.99% | - |
| XYZ | 48.8 | 75.76 | 81.86 | - |
| YUV | 180.81 | 151.8 | 15.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 253 | 223 | 0.91 | 0 | 0.12 | 0.01 | 172.17 | 0.98 | 0.54 |
| Hex | 17 | FD | DF | 5B | 0 | C | 1 | AC | 62 | 36 |
| Octal | 27 | 375 | 337 | 133 | 0 | 14 | 1 | 254 | 142 | 66 |
| Binary | 10111 | 11111101 | 11011111 | 1011011 | 0 | 1100 | 1 | 10101100 | 1100010 | 110110 |
Color Harmonies of #17FDDF
Complementary color
Monochromatic Colors of #17FDDF
Black with #17FDDF
Text Example
Text Example
White with #17FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FDDF; }
p { color: rgb(23,253,223); }
H1.HeaderClassName
{
color: #17FDDF;
}
.AnyTagClassName
{
color: #17FDDF;
}
</style>
background-color css
<style>
a { background-color: #17FDDF; }
a { background-color: rgb(23,253,223); }
div.DivClassName
{
background-color: #17FDDF;
}
.BgClassName
{
background-color: #17FDDF;
}
</style>
border-color css
<style>
span { border-color: #17FDDF; }
span { border-color: rgb(23,253,223); }
td.TdClassName
{
border-color: #17FDDF;
}
.TagClassName
{
border-color: #17FDDF;
}
</style>