Shades of Bright Turquoise #17EAD2
Tints of Bright Turquoise #17EAD2
RGB
CMYK
RGB Variations
Color information
#17EAD2 (or 0x17EAD2) is known color: Bright Turquoise. HEX triplet: 17, EA and D2. RGB value is (23,234,210). Sum of RGB (Red+Green+Blue) = 23+234+210=467 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.93% from 467); Green value is 234 (91.80% from 255 or 50.11% from 467); Blue value is 210 (82.42% from 255 or 44.97% from 467); Max value from RGB is 234 - color contains mainly: green. Hex color #17EAD2 is not a web safe color. Web safe color analog (approx): #00FFCC. Inversed color of #17EAD2 is #E8152D. Grayscale: #A8A8A8. Windows color (decimal): -15209774 or 13822487. OLE color: 13822487.
HSL color Cylindrical-coordinate representation of color #17EAD2: hue angle of 173.18º 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 #17EAD2 is Cyan = 0.90, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 234 | 210 | - |
| CMYK | 0.90 | 0 | 0.10 | 0.08 |
| HSL | 173.18º | 0.83% | 0.5% | - |
| HSV(B) | 173.18º | 0.9% | 0.92% | - |
| XYZ | 41.41 | 63.68 | 71.08 | - |
| YUV | 168.18 | 151.6 | 24.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 234 | 210 | 0.90 | 0 | 0.10 | 0.08 | 173.18 | 0.83 | 0.5 |
| Hex | 17 | EA | D2 | 5A | 0 | A | 8 | AD | 53 | 32 |
| Octal | 27 | 352 | 322 | 132 | 0 | 12 | 10 | 255 | 123 | 62 |
| Binary | 10111 | 11101010 | 11010010 | 1011010 | 0 | 1010 | 1000 | 10101101 | 1010011 | 110010 |
Color Harmonies of #17EAD2
Complementary color
Monochromatic Colors of #17EAD2
Black with #17EAD2
Text Example
Text Example
White with #17EAD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EAD2; }
p { color: rgb(23,234,210); }
H1.HeaderClassName
{
color: #17EAD2;
}
.AnyTagClassName
{
color: #17EAD2;
}
</style>
background-color css
<style>
a { background-color: #17EAD2; }
a { background-color: rgb(23,234,210); }
div.DivClassName
{
background-color: #17EAD2;
}
.BgClassName
{
background-color: #17EAD2;
}
</style>
border-color css
<style>
span { border-color: #17EAD2; }
span { border-color: rgb(23,234,210); }
td.TdClassName
{
border-color: #17EAD2;
}
.TagClassName
{
border-color: #17EAD2;
}
</style>