Shades of Bright Turquoise #17EAE5
Tints of Bright Turquoise #17EAE5
RGB
CMYK
RGB Variations
Color information
#17EAE5 (or 0x17EAE5) is known color: Bright Turquoise. HEX triplet: 17, EA and E5. RGB value is (23,234,229). Sum of RGB (Red+Green+Blue) = 23+234+229=486 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.73% from 486); Green value is 234 (91.80% from 255 or 48.15% from 486); Blue value is 229 (89.84% from 255 or 47.12% from 486); Max value from RGB is 234 - color contains mainly: green. Hex color #17EAE5 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EAE5 is #E8151A. Grayscale: #AAAAAA. Windows color (decimal): -15209755 or 15067671. OLE color: 15067671.
HSL color Cylindrical-coordinate representation of color #17EAE5: hue angle of 178.58º degrees, saturation: 0.83, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EAE5 is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 234 | 229 | - |
| CMYK | 0.90 | 0 | 0.02 | 0.08 |
| HSL | 178.58º | 0.83% | 0.5% | - |
| HSV(B) | 178.58º | 0.9% | 0.92% | - |
| XYZ | 43.92 | 64.68 | 84.3 | - |
| YUV | 170.34 | 161.1 | 22.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 234 | 229 | 0.90 | 0 | 0.02 | 0.08 | 178.58 | 0.83 | 0.5 |
| Hex | 17 | EA | E5 | 5A | 0 | 2 | 8 | B3 | 53 | 32 |
| Octal | 27 | 352 | 345 | 132 | 0 | 2 | 10 | 263 | 123 | 62 |
| Binary | 10111 | 11101010 | 11100101 | 1011010 | 0 | 10 | 1000 | 10110011 | 1010011 | 110010 |
Color Harmonies of #17EAE5
Complementary color
Monochromatic Colors of #17EAE5
Black with #17EAE5
Text Example
Text Example
White with #17EAE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EAE5; }
p { color: rgb(23,234,229); }
H1.HeaderClassName
{
color: #17EAE5;
}
.AnyTagClassName
{
color: #17EAE5;
}
</style>
background-color css
<style>
a { background-color: #17EAE5; }
a { background-color: rgb(23,234,229); }
div.DivClassName
{
background-color: #17EAE5;
}
.BgClassName
{
background-color: #17EAE5;
}
</style>
border-color css
<style>
span { border-color: #17EAE5; }
span { border-color: rgb(23,234,229); }
td.TdClassName
{
border-color: #17EAE5;
}
.TagClassName
{
border-color: #17EAE5;
}
</style>