Shades of Bright Turquoise #17D7EA
Tints of Bright Turquoise #17D7EA
RGB
CMYK
RGB Variations
Color information
#17D7EA (or 0x17D7EA) is known color: Bright Turquoise. HEX triplet: 17, D7 and EA. RGB value is (23,215,234). Sum of RGB (Red+Green+Blue) = 23+215+234=472 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.87% from 472); Green value is 215 (84.38% from 255 or 45.55% from 472); Blue value is 234 (91.80% from 255 or 49.58% from 472); Max value from RGB is 234 - color contains mainly: blue. Hex color #17D7EA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D7EA is #E82815. Grayscale: #9F9F9F. Windows color (decimal): -15214614 or 15390487. OLE color: 15390487.
HSL color Cylindrical-coordinate representation of color #17D7EA: hue angle of 185.4º 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 #17D7EA is Cyan = 0.90, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 215 | 234 | - |
| CMYK | 0.90 | 0.08 | 0 | 0.08 |
| HSL | 185.4º | 0.83% | 0.5% | - |
| HSV(B) | 185.4º | 0.9% | 0.92% | - |
| XYZ | 39.51 | 54.72 | 86.32 | - |
| YUV | 159.76 | 169.89 | 30.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 215 | 234 | 0.90 | 0.08 | 0 | 0.08 | 185.4 | 0.83 | 0.5 |
| Hex | 17 | D7 | EA | 5A | 8 | 0 | 8 | B9 | 53 | 32 |
| Octal | 27 | 327 | 352 | 132 | 10 | 0 | 10 | 271 | 123 | 62 |
| Binary | 10111 | 11010111 | 11101010 | 1011010 | 1000 | 0 | 1000 | 10111001 | 1010011 | 110010 |
Color Harmonies of #17D7EA
Complementary color
Monochromatic Colors of #17D7EA
Black with #17D7EA
Text Example
Text Example
White with #17D7EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D7EA; }
p { color: rgb(23,215,234); }
H1.HeaderClassName
{
color: #17D7EA;
}
.AnyTagClassName
{
color: #17D7EA;
}
</style>
background-color css
<style>
a { background-color: #17D7EA; }
a { background-color: rgb(23,215,234); }
div.DivClassName
{
background-color: #17D7EA;
}
.BgClassName
{
background-color: #17D7EA;
}
</style>
border-color css
<style>
span { border-color: #17D7EA; }
span { border-color: rgb(23,215,234); }
td.TdClassName
{
border-color: #17D7EA;
}
.TagClassName
{
border-color: #17D7EA;
}
</style>