Shades of Bright Turquoise #17EEE2
Tints of Bright Turquoise #17EEE2
RGB
CMYK
RGB Variations
Color information
#17EEE2 (or 0x17EEE2) is known color: Bright Turquoise. HEX triplet: 17, EE and E2. RGB value is (23,238,226). Sum of RGB (Red+Green+Blue) = 23+238+226=487 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.72% from 487); Green value is 238 (93.36% from 255 or 48.87% from 487); Blue value is 226 (88.67% from 255 or 46.41% from 487); Max value from RGB is 238 - color contains mainly: green. Hex color #17EEE2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EEE2 is #E8111D. Grayscale: #ACACAC. Windows color (decimal): -15208734 or 14872087. OLE color: 14872087.
HSL color Cylindrical-coordinate representation of color #17EEE2: hue angle of 176.65º degrees, saturation: 0.86, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EEE2 is Cyan = 0.90, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 238 | 226 | - |
| CMYK | 0.90 | 0 | 0.05 | 0.07 |
| HSL | 176.65º | 0.86% | 0.51% | - |
| HSV(B) | 176.65º | 0.9% | 0.93% | - |
| XYZ | 44.66 | 66.82 | 82.5 | - |
| YUV | 172.35 | 158.27 | 21.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 238 | 226 | 0.90 | 0 | 0.05 | 0.07 | 176.65 | 0.86 | 0.51 |
| Hex | 17 | EE | E2 | 5A | 0 | 5 | 7 | B1 | 56 | 33 |
| Octal | 27 | 356 | 342 | 132 | 0 | 5 | 7 | 261 | 126 | 63 |
| Binary | 10111 | 11101110 | 11100010 | 1011010 | 0 | 101 | 111 | 10110001 | 1010110 | 110011 |
Color Harmonies of #17EEE2
Complementary color
Monochromatic Colors of #17EEE2
Black with #17EEE2
Text Example
Text Example
White with #17EEE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EEE2; }
p { color: rgb(23,238,226); }
H1.HeaderClassName
{
color: #17EEE2;
}
.AnyTagClassName
{
color: #17EEE2;
}
</style>
background-color css
<style>
a { background-color: #17EEE2; }
a { background-color: rgb(23,238,226); }
div.DivClassName
{
background-color: #17EEE2;
}
.BgClassName
{
background-color: #17EEE2;
}
</style>
border-color css
<style>
span { border-color: #17EEE2; }
span { border-color: rgb(23,238,226); }
td.TdClassName
{
border-color: #17EEE2;
}
.TagClassName
{
border-color: #17EEE2;
}
</style>