Shades of Bright Turquoise #17EAF2
Tints of Bright Turquoise #17EAF2
RGB
CMYK
RGB Variations
Color information
#17EAF2 (or 0x17EAF2) is known color: Bright Turquoise. HEX triplet: 17, EA and F2. RGB value is (23,234,242). Sum of RGB (Red+Green+Blue) = 23+234+242=499 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.61% from 499); Green value is 234 (91.80% from 255 or 46.89% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #17EAF2 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EAF2 is #E8150D. Grayscale: #ABABAB. Windows color (decimal): -15209742 or 15919639. OLE color: 15919639.
HSL color Cylindrical-coordinate representation of color #17EAF2: hue angle of 182.19º 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 #17EAF2 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 234 | 242 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.05 |
| HSL | 182.19º | 0.89% | 0.52% | - |
| HSV(B) | 182.19º | 0.9% | 0.95% | - |
| XYZ | 45.8 | 65.44 | 94.22 | - |
| YUV | 171.82 | 167.6 | 21.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 234 | 242 | 0.90 | 0.03 | 0 | 0.05 | 182.19 | 0.89 | 0.52 |
| Hex | 17 | EA | F2 | 5A | 3 | 0 | 5 | B6 | 59 | 34 |
| Octal | 27 | 352 | 362 | 132 | 3 | 0 | 5 | 266 | 131 | 64 |
| Binary | 10111 | 11101010 | 11110010 | 1011010 | 11 | 0 | 101 | 10110110 | 1011001 | 110100 |
Color Harmonies of #17EAF2
Complementary color
Monochromatic Colors of #17EAF2
Black with #17EAF2
Text Example
Text Example
White with #17EAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EAF2; }
p { color: rgb(23,234,242); }
H1.HeaderClassName
{
color: #17EAF2;
}
.AnyTagClassName
{
color: #17EAF2;
}
</style>
background-color css
<style>
a { background-color: #17EAF2; }
a { background-color: rgb(23,234,242); }
div.DivClassName
{
background-color: #17EAF2;
}
.BgClassName
{
background-color: #17EAF2;
}
</style>
border-color css
<style>
span { border-color: #17EAF2; }
span { border-color: rgb(23,234,242); }
td.TdClassName
{
border-color: #17EAF2;
}
.TagClassName
{
border-color: #17EAF2;
}
</style>