Shades of Bright Turquoise #17E3CB
Tints of Bright Turquoise #17E3CB
RGB
CMYK
RGB Variations
Color information
#17E3CB (or 0x17E3CB) is known color: Bright Turquoise. HEX triplet: 17, E3 and CB. RGB value is (23,227,203). Sum of RGB (Red+Green+Blue) = 23+227+203=453 (60% of max value = 765). Red value is 23 (9.38% from 255 or 5.08% from 453); Green value is 227 (89.06% from 255 or 50.11% from 453); Blue value is 203 (79.69% from 255 or 44.81% from 453); Max value from RGB is 227 - color contains mainly: green. Hex color #17E3CB is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17E3CB is #E81C34. Grayscale: #A3A3A3. Windows color (decimal): -15211573 or 13361943. OLE color: 13361943.
HSL color Cylindrical-coordinate representation of color #17E3CB: hue angle of 172.94º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17E3CB is Cyan = 0.90, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 227 | 203 | - |
| CMYK | 0.90 | 0 | 0.11 | 0.11 |
| HSL | 172.94º | 0.82% | 0.49% | - |
| HSV(B) | 172.94º | 0.9% | 0.89% | - |
| XYZ | 38.6 | 59.43 | 65.94 | - |
| YUV | 163.27 | 150.41 | 27.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 227 | 203 | 0.90 | 0 | 0.11 | 0.11 | 172.94 | 0.82 | 0.49 |
| Hex | 17 | E3 | CB | 5A | 0 | B | B | AD | 52 | 31 |
| Octal | 27 | 343 | 313 | 132 | 0 | 13 | 13 | 255 | 122 | 61 |
| Binary | 10111 | 11100011 | 11001011 | 1011010 | 0 | 1011 | 1011 | 10101101 | 1010010 | 110001 |
Color Harmonies of #17E3CB
Complementary color
Monochromatic Colors of #17E3CB
Black with #17E3CB
Text Example
Text Example
White with #17E3CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E3CB; }
p { color: rgb(23,227,203); }
H1.HeaderClassName
{
color: #17E3CB;
}
.AnyTagClassName
{
color: #17E3CB;
}
</style>
background-color css
<style>
a { background-color: #17E3CB; }
a { background-color: rgb(23,227,203); }
div.DivClassName
{
background-color: #17E3CB;
}
.BgClassName
{
background-color: #17E3CB;
}
</style>
border-color css
<style>
span { border-color: #17E3CB; }
span { border-color: rgb(23,227,203); }
td.TdClassName
{
border-color: #17E3CB;
}
.TagClassName
{
border-color: #17E3CB;
}
</style>