Shades of Bright Turquoise #17DFE7
Tints of Bright Turquoise #17DFE7
RGB
CMYK
RGB Variations
Color information
#17DFE7 (or 0x17DFE7) is known color: Bright Turquoise. HEX triplet: 17, DF and E7. RGB value is (23,223,231). Sum of RGB (Red+Green+Blue) = 23+223+231=477 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.82% from 477); Green value is 223 (87.5% from 255 or 46.75% from 477); Blue value is 231 (90.62% from 255 or 48.43% from 477); Max value from RGB is 231 - color contains mainly: blue. Hex color #17DFE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DFE7 is #E82018. Grayscale: #A3A3A3. Windows color (decimal): -15212569 or 15195927. OLE color: 15195927.
HSL color Cylindrical-coordinate representation of color #17DFE7: hue angle of 182.31º degrees, saturation: 0.82, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DFE7 is Cyan = 0.90, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 23 | 223 | 231 | - |
| CMYK | 0.90 | 0.03 | 0 | 0.09 |
| HSL | 182.31º | 0.82% | 0.5% | - |
| HSV(B) | 182.31º | 0.9% | 0.91% | - |
| XYZ | 41.16 | 58.73 | 84.77 | - |
| YUV | 164.11 | 165.74 | 27.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 223 | 231 | 0.90 | 0.03 | 0 | 0.09 | 182.31 | 0.82 | 0.5 |
| Hex | 17 | DF | E7 | 5A | 3 | 0 | 9 | B6 | 52 | 32 |
| Octal | 27 | 337 | 347 | 132 | 3 | 0 | 11 | 266 | 122 | 62 |
| Binary | 10111 | 11011111 | 11100111 | 1011010 | 11 | 0 | 1001 | 10110110 | 1010010 | 110010 |
Color Harmonies of #17DFE7
Complementary color
Monochromatic Colors of #17DFE7
Black with #17DFE7
Text Example
Text Example
White with #17DFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DFE7; }
p { color: rgb(23,223,231); }
H1.HeaderClassName
{
color: #17DFE7;
}
.AnyTagClassName
{
color: #17DFE7;
}
</style>
background-color css
<style>
a { background-color: #17DFE7; }
a { background-color: rgb(23,223,231); }
div.DivClassName
{
background-color: #17DFE7;
}
.BgClassName
{
background-color: #17DFE7;
}
</style>
border-color css
<style>
span { border-color: #17DFE7; }
span { border-color: rgb(23,223,231); }
td.TdClassName
{
border-color: #17DFE7;
}
.TagClassName
{
border-color: #17DFE7;
}
</style>