Shades of Bright Turquoise #17EFCB
Tints of Bright Turquoise #17EFCB
RGB
CMYK
RGB Variations
Color information
#17EFCB (or 0x17EFCB) is known color: Bright Turquoise. HEX triplet: 17, EF and CB. RGB value is (23,239,203). Sum of RGB (Red+Green+Blue) = 23+239+203=465 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.95% from 465); Green value is 239 (93.75% from 255 or 51.40% from 465); Blue value is 203 (79.69% from 255 or 43.66% from 465); Max value from RGB is 239 - color contains mainly: green. Hex color #17EFCB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EFCB is #E81034. Grayscale: #AAAAAA. Windows color (decimal): -15208501 or 13365015. OLE color: 13365015.
HSL color Cylindrical-coordinate representation of color #17EFCB: hue angle of 170º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EFCB is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 239 | 203 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.06 |
| HSL | 170º | 0.87% | 0.51% | - |
| HSV(B) | 170º | 0.9% | 0.94% | - |
| XYZ | 42 | 66.23 | 67.07 | - |
| YUV | 170.31 | 146.44 | 22.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 239 | 203 | 0.90 | 0 | 0.15 | 0.06 | 170 | 0.87 | 0.51 |
| Hex | 17 | EF | CB | 5A | 0 | F | 6 | AA | 57 | 33 |
| Octal | 27 | 357 | 313 | 132 | 0 | 17 | 6 | 252 | 127 | 63 |
| Binary | 10111 | 11101111 | 11001011 | 1011010 | 0 | 1111 | 110 | 10101010 | 1010111 | 110011 |
Color Harmonies of #17EFCB
Complementary color
Monochromatic Colors of #17EFCB
Black with #17EFCB
Text Example
Text Example
White with #17EFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EFCB; }
p { color: rgb(23,239,203); }
H1.HeaderClassName
{
color: #17EFCB;
}
.AnyTagClassName
{
color: #17EFCB;
}
</style>
background-color css
<style>
a { background-color: #17EFCB; }
a { background-color: rgb(23,239,203); }
div.DivClassName
{
background-color: #17EFCB;
}
.BgClassName
{
background-color: #17EFCB;
}
</style>
border-color css
<style>
span { border-color: #17EFCB; }
span { border-color: rgb(23,239,203); }
td.TdClassName
{
border-color: #17EFCB;
}
.TagClassName
{
border-color: #17EFCB;
}
</style>