Shades of Bright Turquoise #17FDCB
Tints of Bright Turquoise #17FDCB
RGB
CMYK
RGB Variations
Color information
#17FDCB (or 0x17FDCB) is known color: Bright Turquoise. HEX triplet: 17, FD and CB. RGB value is (23,253,203). Sum of RGB (Red+Green+Blue) = 23+253+203=479 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.80% from 479); Green value is 253 (99.22% from 255 or 52.82% from 479); Blue value is 203 (79.69% from 255 or 42.38% from 479); Max value from RGB is 253 - color contains mainly: green. Hex color #17FDCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17FDCB is #E80234. Grayscale: #B2B2B2. Windows color (decimal): -15204917 or 13368599. OLE color: 13368599.
HSL color Cylindrical-coordinate representation of color #17FDCB: hue angle of 166.96º 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 #17FDCB is Cyan = 0.91, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 253 | 203 | - |
| CMYK | 0.91 | 0 | 0.20 | 0.01 |
| HSL | 166.96º | 0.98% | 0.54% | - |
| HSV(B) | 166.96º | 0.91% | 0.99% | - |
| XYZ | 46.26 | 74.74 | 68.49 | - |
| YUV | 178.53 | 141.8 | 17.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 253 | 203 | 0.91 | 0 | 0.20 | 0.01 | 166.96 | 0.98 | 0.54 |
| Hex | 17 | FD | CB | 5B | 0 | 14 | 1 | A7 | 62 | 36 |
| Octal | 27 | 375 | 313 | 133 | 0 | 24 | 1 | 247 | 142 | 66 |
| Binary | 10111 | 11111101 | 11001011 | 1011011 | 0 | 10100 | 1 | 10100111 | 1100010 | 110110 |
Color Harmonies of #17FDCB
Complementary color
Monochromatic Colors of #17FDCB
Black with #17FDCB
Text Example
Text Example
White with #17FDCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17FDCB; }
p { color: rgb(23,253,203); }
H1.HeaderClassName
{
color: #17FDCB;
}
.AnyTagClassName
{
color: #17FDCB;
}
</style>
background-color css
<style>
a { background-color: #17FDCB; }
a { background-color: rgb(23,253,203); }
div.DivClassName
{
background-color: #17FDCB;
}
.BgClassName
{
background-color: #17FDCB;
}
</style>
border-color css
<style>
span { border-color: #17FDCB; }
span { border-color: rgb(23,253,203); }
td.TdClassName
{
border-color: #17FDCB;
}
.TagClassName
{
border-color: #17FDCB;
}
</style>