Shades of Bright Turquoise #17D7F3
Tints of Bright Turquoise #17D7F3
RGB
CMYK
RGB Variations
Color information
#17D7F3 (or 0x17D7F3) is known color: Bright Turquoise. HEX triplet: 17, D7 and F3. RGB value is (23,215,243). Sum of RGB (Red+Green+Blue) = 23+215+243=481 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.78% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 243 (95.31% from 255 or 50.52% from 481); Max value from RGB is 243 - color contains mainly: blue. Hex color #17D7F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D7F3 is #E8280C. Grayscale: #A0A0A0. Windows color (decimal): -15214605 or 15980311. OLE color: 15980311.
HSL color Cylindrical-coordinate representation of color #17D7F3: hue angle of 187.64º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17D7F3 is Cyan = 0.91, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 215 | 243 | - |
| CMYK | 0.91 | 0.12 | 0 | 0.05 |
| HSL | 187.64º | 0.9% | 0.52% | - |
| HSV(B) | 187.64º | 0.91% | 0.95% | - |
| XYZ | 40.83 | 55.25 | 93.31 | - |
| YUV | 160.78 | 174.39 | 29.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 215 | 243 | 0.91 | 0.12 | 0 | 0.05 | 187.64 | 0.9 | 0.52 |
| Hex | 17 | D7 | F3 | 5B | C | 0 | 5 | BC | 5A | 34 |
| Octal | 27 | 327 | 363 | 133 | 14 | 0 | 5 | 274 | 132 | 64 |
| Binary | 10111 | 11010111 | 11110011 | 1011011 | 1100 | 0 | 101 | 10111100 | 1011010 | 110100 |
Color Harmonies of #17D7F3
Complementary color
Monochromatic Colors of #17D7F3
Black with #17D7F3
Text Example
Text Example
White with #17D7F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D7F3; }
p { color: rgb(23,215,243); }
H1.HeaderClassName
{
color: #17D7F3;
}
.AnyTagClassName
{
color: #17D7F3;
}
</style>
background-color css
<style>
a { background-color: #17D7F3; }
a { background-color: rgb(23,215,243); }
div.DivClassName
{
background-color: #17D7F3;
}
.BgClassName
{
background-color: #17D7F3;
}
</style>
border-color css
<style>
span { border-color: #17D7F3; }
span { border-color: rgb(23,215,243); }
td.TdClassName
{
border-color: #17D7F3;
}
.TagClassName
{
border-color: #17D7F3;
}
</style>