Shades of Bright Turquoise #17EFF5
Tints of Bright Turquoise #17EFF5
RGB
CMYK
RGB Variations
Color information
#17EFF5 (or 0x17EFF5) is known color: Bright Turquoise. HEX triplet: 17, EF and F5. RGB value is (23,239,245). Sum of RGB (Red+Green+Blue) = 23+239+245=507 (67% of max value = 765). Red value is 23 (9.38% from 255 or 4.54% from 507); Green value is 239 (93.75% from 255 or 47.14% from 507); Blue value is 245 (96.09% from 255 or 48.32% from 507); Max value from RGB is 245 - color contains mainly: blue. Hex color #17EFF5 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EFF5 is #E8100A. Grayscale: #AEAEAE. Windows color (decimal): -15208459 or 16117527. OLE color: 16117527.
HSL color Cylindrical-coordinate representation of color #17EFF5: hue angle of 181.62º degrees, saturation: 0.92, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17EFF5 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 23 | 239 | 245 | - |
| CMYK | 0.91 | 0.02 | 0 | 0.04 |
| HSL | 181.62º | 0.92% | 0.53% | - |
| HSV(B) | 181.62º | 0.91% | 0.96% | - |
| XYZ | 47.7 | 68.51 | 97.1 | - |
| YUV | 175.1 | 167.44 | 19.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 239 | 245 | 0.91 | 0.02 | 0 | 0.04 | 181.62 | 0.92 | 0.53 |
| Hex | 17 | EF | F5 | 5B | 2 | 0 | 4 | B6 | 5C | 35 |
| Octal | 27 | 357 | 365 | 133 | 2 | 0 | 4 | 266 | 134 | 65 |
| Binary | 10111 | 11101111 | 11110101 | 1011011 | 10 | 0 | 100 | 10110110 | 1011100 | 110101 |
Color Harmonies of #17EFF5
Complementary color
Monochromatic Colors of #17EFF5
Black with #17EFF5
Text Example
Text Example
White with #17EFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EFF5; }
p { color: rgb(23,239,245); }
H1.HeaderClassName
{
color: #17EFF5;
}
.AnyTagClassName
{
color: #17EFF5;
}
</style>
background-color css
<style>
a { background-color: #17EFF5; }
a { background-color: rgb(23,239,245); }
div.DivClassName
{
background-color: #17EFF5;
}
.BgClassName
{
background-color: #17EFF5;
}
</style>
border-color css
<style>
span { border-color: #17EFF5; }
span { border-color: rgb(23,239,245); }
td.TdClassName
{
border-color: #17EFF5;
}
.TagClassName
{
border-color: #17EFF5;
}
</style>