Shades of Bright Turquoise #17F1EA
Tints of Bright Turquoise #17F1EA
RGB
CMYK
RGB Variations
Color information
#17F1EA (or 0x17F1EA) is known color: Bright Turquoise. HEX triplet: 17, F1 and EA. RGB value is (23,241,234). Sum of RGB (Red+Green+Blue) = 23+241+234=498 (65% of max value = 765). Red value is 23 (9.38% from 255 or 4.62% from 498); Green value is 241 (94.53% from 255 or 48.39% from 498); Blue value is 234 (91.80% from 255 or 46.99% from 498); Max value from RGB is 241 - color contains mainly: green. Hex color #17F1EA is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17F1EA is #E80E15. Grayscale: #AEAEAE. Windows color (decimal): -15207958 or 15397143. OLE color: 15397143.
HSL color Cylindrical-coordinate representation of color #17F1EA: hue angle of 178.07º 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 #17F1EA is Cyan = 0.90, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 241 | 234 | - |
| CMYK | 0.90 | 0 | 0.03 | 0.05 |
| HSL | 178.07º | 0.89% | 0.52% | - |
| HSV(B) | 178.07º | 0.9% | 0.95% | - |
| XYZ | 46.66 | 69.03 | 88.71 | - |
| YUV | 175.02 | 161.28 | 19.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 241 | 234 | 0.90 | 0 | 0.03 | 0.05 | 178.07 | 0.89 | 0.52 |
| Hex | 17 | F1 | EA | 5A | 0 | 3 | 5 | B2 | 59 | 34 |
| Octal | 27 | 361 | 352 | 132 | 0 | 3 | 5 | 262 | 131 | 64 |
| Binary | 10111 | 11110001 | 11101010 | 1011010 | 0 | 11 | 101 | 10110010 | 1011001 | 110100 |
Color Harmonies of #17F1EA
Complementary color
Monochromatic Colors of #17F1EA
Black with #17F1EA
Text Example
Text Example
White with #17F1EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F1EA; }
p { color: rgb(23,241,234); }
H1.HeaderClassName
{
color: #17F1EA;
}
.AnyTagClassName
{
color: #17F1EA;
}
</style>
background-color css
<style>
a { background-color: #17F1EA; }
a { background-color: rgb(23,241,234); }
div.DivClassName
{
background-color: #17F1EA;
}
.BgClassName
{
background-color: #17F1EA;
}
</style>
border-color css
<style>
span { border-color: #17F1EA; }
span { border-color: rgb(23,241,234); }
td.TdClassName
{
border-color: #17F1EA;
}
.TagClassName
{
border-color: #17F1EA;
}
</style>