Shades of Bright Turquoise #17EFF1
Tints of Bright Turquoise #17EFF1
RGB
CMYK
RGB Variations
Color information
#17EFF1 (or 0x17EFF1) is known color: Bright Turquoise. HEX triplet: 17, EF and F1. RGB value is (23,239,241). Sum of RGB (Red+Green+Blue) = 23+239+241=503 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.57% from 503); Green value is 239 (93.75% from 255 or 47.51% from 503); Blue value is 241 (94.53% from 255 or 47.91% from 503); Max value from RGB is 241 - color contains mainly: blue. Hex color #17EFF1 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EFF1 is #E8100E. Grayscale: #AEAEAE. Windows color (decimal): -15208463 or 15855383. OLE color: 15855383.
HSL color Cylindrical-coordinate representation of color #17EFF1: hue angle of 180.55º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EFF1 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 239 | 241 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.05 |
| HSL | 180.55º | 0.89% | 0.52% | - |
| HSV(B) | 180.55º | 0.9% | 0.95% | - |
| XYZ | 47.1 | 68.27 | 93.91 | - |
| YUV | 174.64 | 165.44 | 19.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 239 | 241 | 0.90 | 0.01 | 0 | 0.05 | 180.55 | 0.89 | 0.52 |
| Hex | 17 | EF | F1 | 5A | 1 | 0 | 5 | B5 | 59 | 34 |
| Octal | 27 | 357 | 361 | 132 | 1 | 0 | 5 | 265 | 131 | 64 |
| Binary | 10111 | 11101111 | 11110001 | 1011010 | 1 | 0 | 101 | 10110101 | 1011001 | 110100 |
Color Harmonies of #17EFF1
Complementary color
Monochromatic Colors of #17EFF1
Black with #17EFF1
Text Example
Text Example
White with #17EFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EFF1; }
p { color: rgb(23,239,241); }
H1.HeaderClassName
{
color: #17EFF1;
}
.AnyTagClassName
{
color: #17EFF1;
}
</style>
background-color css
<style>
a { background-color: #17EFF1; }
a { background-color: rgb(23,239,241); }
div.DivClassName
{
background-color: #17EFF1;
}
.BgClassName
{
background-color: #17EFF1;
}
</style>
border-color css
<style>
span { border-color: #17EFF1; }
span { border-color: rgb(23,239,241); }
td.TdClassName
{
border-color: #17EFF1;
}
.TagClassName
{
border-color: #17EFF1;
}
</style>