Shades of Bright Turquoise #17EFE9
Tints of Bright Turquoise #17EFE9
RGB
CMYK
RGB Variations
Color information
#17EFE9 (or 0x17EFE9) is known color: Bright Turquoise. HEX triplet: 17, EF and E9. RGB value is (23,239,233). Sum of RGB (Red+Green+Blue) = 23+239+233=495 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.65% from 495); Green value is 239 (93.75% from 255 or 48.28% from 495); Blue value is 233 (91.41% from 255 or 47.07% from 495); Max value from RGB is 239 - color contains mainly: green. Hex color #17EFE9 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EFE9 is #E81016. Grayscale: #ADADAD. Windows color (decimal): -15208471 or 15331095. OLE color: 15331095.
HSL color Cylindrical-coordinate representation of color #17EFE9: hue angle of 178.33º 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 #17EFE9 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 239 | 233 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.06 |
| HSL | 178.33º | 0.87% | 0.51% | - |
| HSV(B) | 178.33º | 0.9% | 0.94% | - |
| XYZ | 45.93 | 67.8 | 87.76 | - |
| YUV | 173.73 | 161.44 | 20.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 239 | 233 | 0.90 | 0 | 0.03 | 0.06 | 178.33 | 0.87 | 0.51 |
| Hex | 17 | EF | E9 | 5A | 0 | 3 | 6 | B2 | 57 | 33 |
| Octal | 27 | 357 | 351 | 132 | 0 | 3 | 6 | 262 | 127 | 63 |
| Binary | 10111 | 11101111 | 11101001 | 1011010 | 0 | 11 | 110 | 10110010 | 1010111 | 110011 |
Color Harmonies of #17EFE9
Complementary color
Monochromatic Colors of #17EFE9
Black with #17EFE9
Text Example
Text Example
White with #17EFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EFE9; }
p { color: rgb(23,239,233); }
H1.HeaderClassName
{
color: #17EFE9;
}
.AnyTagClassName
{
color: #17EFE9;
}
</style>
background-color css
<style>
a { background-color: #17EFE9; }
a { background-color: rgb(23,239,233); }
div.DivClassName
{
background-color: #17EFE9;
}
.BgClassName
{
background-color: #17EFE9;
}
</style>
border-color css
<style>
span { border-color: #17EFE9; }
span { border-color: rgb(23,239,233); }
td.TdClassName
{
border-color: #17EFE9;
}
.TagClassName
{
border-color: #17EFE9;
}
</style>