Shades of Bright Turquoise #17F1ED
Tints of Bright Turquoise #17F1ED
RGB
CMYK
RGB Variations
Color information
#17F1ED (or 0x17F1ED) is known color: Bright Turquoise. HEX triplet: 17, F1 and ED. RGB value is (23,241,237). Sum of RGB (Red+Green+Blue) = 23+241+237=501 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.59% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 237 (92.97% from 255 or 47.31% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #17F1ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17F1ED is #E80E12. Grayscale: #AFAFAF. Windows color (decimal): -15207955 or 15593751. OLE color: 15593751.
HSL color Cylindrical-coordinate representation of color #17F1ED: hue angle of 178.9º 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 #17F1ED is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 241 | 237 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.05 |
| HSL | 178.9º | 0.89% | 0.52% | - |
| HSV(B) | 178.9º | 0.9% | 0.95% | - |
| XYZ | 47.09 | 69.21 | 91 | - |
| YUV | 175.36 | 162.78 | 19.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 241 | 237 | 0.90 | 0 | 0.02 | 0.05 | 178.9 | 0.89 | 0.52 |
| Hex | 17 | F1 | ED | 5A | 0 | 2 | 5 | B3 | 59 | 34 |
| Octal | 27 | 361 | 355 | 132 | 0 | 2 | 5 | 263 | 131 | 64 |
| Binary | 10111 | 11110001 | 11101101 | 1011010 | 0 | 10 | 101 | 10110011 | 1011001 | 110100 |
Color Harmonies of #17F1ED
Complementary color
Monochromatic Colors of #17F1ED
Black with #17F1ED
Text Example
Text Example
White with #17F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F1ED; }
p { color: rgb(23,241,237); }
H1.HeaderClassName
{
color: #17F1ED;
}
.AnyTagClassName
{
color: #17F1ED;
}
</style>
background-color css
<style>
a { background-color: #17F1ED; }
a { background-color: rgb(23,241,237); }
div.DivClassName
{
background-color: #17F1ED;
}
.BgClassName
{
background-color: #17F1ED;
}
</style>
border-color css
<style>
span { border-color: #17F1ED; }
span { border-color: rgb(23,241,237); }
td.TdClassName
{
border-color: #17F1ED;
}
.TagClassName
{
border-color: #17F1ED;
}
</style>