Shades of Bright Turquoise #17F1EE
Tints of Bright Turquoise #17F1EE
RGB
CMYK
RGB Variations
Color information
#17F1EE (or 0x17F1EE) is known color: Bright Turquoise. HEX triplet: 17, F1 and EE. RGB value is (23,241,238). Sum of RGB (Red+Green+Blue) = 23+241+238=502 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.58% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #17F1EE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17F1EE is #E80E11. Grayscale: #AFAFAF. Windows color (decimal): -15207954 or 15659287. OLE color: 15659287.
HSL color Cylindrical-coordinate representation of color #17F1EE: hue angle of 179.17º 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 #17F1EE is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 241 | 238 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.05 |
| HSL | 179.17º | 0.89% | 0.52% | - |
| HSV(B) | 179.17º | 0.9% | 0.95% | - |
| XYZ | 47.24 | 69.27 | 91.77 | - |
| YUV | 175.48 | 163.28 | 19.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 241 | 238 | 0.90 | 0 | 0.01 | 0.05 | 179.17 | 0.89 | 0.52 |
| Hex | 17 | F1 | EE | 5A | 0 | 1 | 5 | B3 | 59 | 34 |
| Octal | 27 | 361 | 356 | 132 | 0 | 1 | 5 | 263 | 131 | 64 |
| Binary | 10111 | 11110001 | 11101110 | 1011010 | 0 | 1 | 101 | 10110011 | 1011001 | 110100 |
Color Harmonies of #17F1EE
Complementary color
Monochromatic Colors of #17F1EE
Black with #17F1EE
Text Example
Text Example
White with #17F1EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F1EE; }
p { color: rgb(23,241,238); }
H1.HeaderClassName
{
color: #17F1EE;
}
.AnyTagClassName
{
color: #17F1EE;
}
</style>
background-color css
<style>
a { background-color: #17F1EE; }
a { background-color: rgb(23,241,238); }
div.DivClassName
{
background-color: #17F1EE;
}
.BgClassName
{
background-color: #17F1EE;
}
</style>
border-color css
<style>
span { border-color: #17F1EE; }
span { border-color: rgb(23,241,238); }
td.TdClassName
{
border-color: #17F1EE;
}
.TagClassName
{
border-color: #17F1EE;
}
</style>