Shades of Bright Turquoise #17FBDF
Tints of Bright Turquoise #17FBDF
RGB
CMYK
RGB Variations
Color information
#17FBDF (or 0x17FBDF) is known color: Bright Turquoise. HEX triplet: 17, FB and DF. RGB value is (23,251,223). Sum of RGB (Red+Green+Blue) = 23+251+223=497 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.63% from 497); Green value is 251 (98.44% from 255 or 50.50% from 497); Blue value is 223 (87.5% from 255 or 44.87% from 497); Max value from RGB is 251 - color contains mainly: green. Hex color #17FBDF is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FBDF is #E80420. Grayscale: #B3B3B3. Windows color (decimal): -15205409 or 14678807. OLE color: 14678807.
HSL color Cylindrical-coordinate representation of color #17FBDF: hue angle of 172.63º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17FBDF is Cyan = 0.91, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 251 | 223 | - |
| CMYK | 0.91 | 0 | 0.11 | 0.02 |
| HSL | 172.63º | 0.97% | 0.54% | - |
| HSV(B) | 172.63º | 0.91% | 0.98% | - |
| XYZ | 48.17 | 74.5 | 81.65 | - |
| YUV | 179.64 | 152.46 | 16.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 251 | 223 | 0.91 | 0 | 0.11 | 0.02 | 172.63 | 0.97 | 0.54 |
| Hex | 17 | FB | DF | 5B | 0 | B | 2 | AD | 61 | 36 |
| Octal | 27 | 373 | 337 | 133 | 0 | 13 | 2 | 255 | 141 | 66 |
| Binary | 10111 | 11111011 | 11011111 | 1011011 | 0 | 1011 | 10 | 10101101 | 1100001 | 110110 |
Color Harmonies of #17FBDF
Complementary color
Monochromatic Colors of #17FBDF
Black with #17FBDF
Text Example
Text Example
White with #17FBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FBDF; }
p { color: rgb(23,251,223); }
H1.HeaderClassName
{
color: #17FBDF;
}
.AnyTagClassName
{
color: #17FBDF;
}
</style>
background-color css
<style>
a { background-color: #17FBDF; }
a { background-color: rgb(23,251,223); }
div.DivClassName
{
background-color: #17FBDF;
}
.BgClassName
{
background-color: #17FBDF;
}
</style>
border-color css
<style>
span { border-color: #17FBDF; }
span { border-color: rgb(23,251,223); }
td.TdClassName
{
border-color: #17FBDF;
}
.TagClassName
{
border-color: #17FBDF;
}
</style>