Shades of Bright Turquoise #17EECB
Tints of Bright Turquoise #17EECB
RGB
CMYK
RGB Variations
Color information
#17EECB (or 0x17EECB) is known color: Bright Turquoise. HEX triplet: 17, EE and CB. RGB value is (23,238,203). Sum of RGB (Red+Green+Blue) = 23+238+203=464 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.96% from 464); Green value is 238 (93.36% from 255 or 51.29% from 464); Blue value is 203 (79.69% from 255 or 43.75% from 464); Max value from RGB is 238 - color contains mainly: green. Hex color #17EECB is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EECB is #E81134. Grayscale: #A9A9A9. Windows color (decimal): -15208757 or 13364759. OLE color: 13364759.
HSL color Cylindrical-coordinate representation of color #17EECB: hue angle of 170.23º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EECB is Cyan = 0.90, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 238 | 203 | - |
| CMYK | 0.90 | 0 | 0.15 | 0.07 |
| HSL | 170.23º | 0.86% | 0.51% | - |
| HSV(B) | 170.23º | 0.9% | 0.93% | - |
| XYZ | 41.71 | 65.64 | 66.97 | - |
| YUV | 169.73 | 146.77 | 23.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 238 | 203 | 0.90 | 0 | 0.15 | 0.07 | 170.23 | 0.86 | 0.51 |
| Hex | 17 | EE | CB | 5A | 0 | F | 7 | AA | 56 | 33 |
| Octal | 27 | 356 | 313 | 132 | 0 | 17 | 7 | 252 | 126 | 63 |
| Binary | 10111 | 11101110 | 11001011 | 1011010 | 0 | 1111 | 111 | 10101010 | 1010110 | 110011 |
Color Harmonies of #17EECB
Complementary color
Monochromatic Colors of #17EECB
Black with #17EECB
Text Example
Text Example
White with #17EECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EECB; }
p { color: rgb(23,238,203); }
H1.HeaderClassName
{
color: #17EECB;
}
.AnyTagClassName
{
color: #17EECB;
}
</style>
background-color css
<style>
a { background-color: #17EECB; }
a { background-color: rgb(23,238,203); }
div.DivClassName
{
background-color: #17EECB;
}
.BgClassName
{
background-color: #17EECB;
}
</style>
border-color css
<style>
span { border-color: #17EECB; }
span { border-color: rgb(23,238,203); }
td.TdClassName
{
border-color: #17EECB;
}
.TagClassName
{
border-color: #17EECB;
}
</style>