Shades of Bright Turquoise #17EFE7
Tints of Bright Turquoise #17EFE7
RGB
CMYK
RGB Variations
Color information
#17EFE7 (or 0x17EFE7) is known color: Bright Turquoise. HEX triplet: 17, EF and E7. RGB value is (23,239,231). Sum of RGB (Red+Green+Blue) = 23+239+231=493 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.67% from 493); Green value is 239 (93.75% from 255 or 48.48% from 493); Blue value is 231 (90.62% from 255 or 46.86% from 493); Max value from RGB is 239 - color contains mainly: green. Hex color #17EFE7 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EFE7 is #E81018. Grayscale: #ADADAD. Windows color (decimal): -15208473 or 15200023. OLE color: 15200023.
HSL color Cylindrical-coordinate representation of color #17EFE7: hue angle of 177.78º 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 #17EFE7 is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 239 | 231 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.06 |
| HSL | 177.78º | 0.87% | 0.51% | - |
| HSV(B) | 177.78º | 0.9% | 0.94% | - |
| XYZ | 45.64 | 67.68 | 86.26 | - |
| YUV | 173.5 | 160.44 | 20.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 239 | 231 | 0.90 | 0 | 0.03 | 0.06 | 177.78 | 0.87 | 0.51 |
| Hex | 17 | EF | E7 | 5A | 0 | 3 | 6 | B2 | 57 | 33 |
| Octal | 27 | 357 | 347 | 132 | 0 | 3 | 6 | 262 | 127 | 63 |
| Binary | 10111 | 11101111 | 11100111 | 1011010 | 0 | 11 | 110 | 10110010 | 1010111 | 110011 |
Color Harmonies of #17EFE7
Complementary color
Monochromatic Colors of #17EFE7
Black with #17EFE7
Text Example
Text Example
White with #17EFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EFE7; }
p { color: rgb(23,239,231); }
H1.HeaderClassName
{
color: #17EFE7;
}
.AnyTagClassName
{
color: #17EFE7;
}
</style>
background-color css
<style>
a { background-color: #17EFE7; }
a { background-color: rgb(23,239,231); }
div.DivClassName
{
background-color: #17EFE7;
}
.BgClassName
{
background-color: #17EFE7;
}
</style>
border-color css
<style>
span { border-color: #17EFE7; }
span { border-color: rgb(23,239,231); }
td.TdClassName
{
border-color: #17EFE7;
}
.TagClassName
{
border-color: #17EFE7;
}
</style>