Shades of Bright Turquoise #17E5EE
Tints of Bright Turquoise #17E5EE
RGB
CMYK
RGB Variations
Color information
#17E5EE (or 0x17E5EE) is known color: Bright Turquoise. HEX triplet: 17, E5 and EE. RGB value is (23,229,238). Sum of RGB (Red+Green+Blue) = 23+229+238=490 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.69% from 490); Green value is 229 (89.84% from 255 or 46.73% from 490); Blue value is 238 (93.36% from 255 or 48.57% from 490); Max value from RGB is 238 - color contains mainly: blue. Hex color #17E5EE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17E5EE is #E81A11. Grayscale: #A8A8A8. Windows color (decimal): -15211026 or 15656215. OLE color: 15656215.
HSL color Cylindrical-coordinate representation of color #17E5EE: hue angle of 182.51º 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 #17E5EE is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 23 | 229 | 238 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.07 |
| HSL | 182.51º | 0.86% | 0.51% | - |
| HSV(B) | 182.51º | 0.9% | 0.93% | - |
| XYZ | 43.81 | 62.39 | 90.62 | - |
| YUV | 168.43 | 167.25 | 24.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 229 | 238 | 0.90 | 0.04 | 0 | 0.07 | 182.51 | 0.86 | 0.51 |
| Hex | 17 | E5 | EE | 5A | 4 | 0 | 7 | B7 | 56 | 33 |
| Octal | 27 | 345 | 356 | 132 | 4 | 0 | 7 | 267 | 126 | 63 |
| Binary | 10111 | 11100101 | 11101110 | 1011010 | 100 | 0 | 111 | 10110111 | 1010110 | 110011 |
Color Harmonies of #17E5EE
Complementary color
Monochromatic Colors of #17E5EE
Black with #17E5EE
Text Example
Text Example
White with #17E5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17E5EE; }
p { color: rgb(23,229,238); }
H1.HeaderClassName
{
color: #17E5EE;
}
.AnyTagClassName
{
color: #17E5EE;
}
</style>
background-color css
<style>
a { background-color: #17E5EE; }
a { background-color: rgb(23,229,238); }
div.DivClassName
{
background-color: #17E5EE;
}
.BgClassName
{
background-color: #17E5EE;
}
</style>
border-color css
<style>
span { border-color: #17E5EE; }
span { border-color: rgb(23,229,238); }
td.TdClassName
{
border-color: #17E5EE;
}
.TagClassName
{
border-color: #17E5EE;
}
</style>