Shades of Bright Turquoise #17FBCE
Tints of Bright Turquoise #17FBCE
RGB
CMYK
RGB Variations
Color information
#17FBCE (or 0x17FBCE) is known color: Bright Turquoise. HEX triplet: 17, FB and CE. RGB value is (23,251,206). Sum of RGB (Red+Green+Blue) = 23+251+206=480 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.79% from 480); Green value is 251 (98.44% from 255 or 52.29% from 480); Blue value is 206 (80.86% from 255 or 42.92% from 480); Max value from RGB is 251 - color contains mainly: green. Hex color #17FBCE is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FBCE is #E80431. Grayscale: #B1B1B1. Windows color (decimal): -15205426 or 13564695. OLE color: 13564695.
HSL color Cylindrical-coordinate representation of color #17FBCE: hue angle of 168.16º 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 #17FBCE is Cyan = 0.91, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 251 | 206 | - |
| CMYK | 0.91 | 0 | 0.18 | 0.02 |
| HSL | 168.16º | 0.97% | 0.54% | - |
| HSV(B) | 168.16º | 0.91% | 0.98% | - |
| XYZ | 45.99 | 73.63 | 70.18 | - |
| YUV | 177.7 | 143.96 | 17.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 251 | 206 | 0.91 | 0 | 0.18 | 0.02 | 168.16 | 0.97 | 0.54 |
| Hex | 17 | FB | CE | 5B | 0 | 12 | 2 | A8 | 61 | 36 |
| Octal | 27 | 373 | 316 | 133 | 0 | 22 | 2 | 250 | 141 | 66 |
| Binary | 10111 | 11111011 | 11001110 | 1011011 | 0 | 10010 | 10 | 10101000 | 1100001 | 110110 |
Color Harmonies of #17FBCE
Complementary color
Monochromatic Colors of #17FBCE
Black with #17FBCE
Text Example
Text Example
White with #17FBCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FBCE; }
p { color: rgb(23,251,206); }
H1.HeaderClassName
{
color: #17FBCE;
}
.AnyTagClassName
{
color: #17FBCE;
}
</style>
background-color css
<style>
a { background-color: #17FBCE; }
a { background-color: rgb(23,251,206); }
div.DivClassName
{
background-color: #17FBCE;
}
.BgClassName
{
background-color: #17FBCE;
}
</style>
border-color css
<style>
span { border-color: #17FBCE; }
span { border-color: rgb(23,251,206); }
td.TdClassName
{
border-color: #17FBCE;
}
.TagClassName
{
border-color: #17FBCE;
}
</style>