Shades of Bright Turquoise #17DAE4
Tints of Bright Turquoise #17DAE4
RGB
CMYK
RGB Variations
Color information
#17DAE4 (or 0x17DAE4) is known color: Bright Turquoise. HEX triplet: 17, DA and E4. RGB value is (23,218,228). Sum of RGB (Red+Green+Blue) = 23+218+228=469 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.90% from 469); Green value is 218 (85.55% from 255 or 46.48% from 469); Blue value is 228 (89.45% from 255 or 48.61% from 469); Max value from RGB is 228 - color contains mainly: blue. Hex color #17DAE4 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DAE4 is #E8251B. Grayscale: #A0A0A0. Windows color (decimal): -15213852 or 14998039. OLE color: 14998039.
HSL color Cylindrical-coordinate representation of color #17DAE4: hue angle of 182.93º degrees, saturation: 0.82, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DAE4 is Cyan = 0.90, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 218 | 228 | - |
| CMYK | 0.90 | 0.04 | 0 | 0.11 |
| HSL | 182.93º | 0.82% | 0.49% | - |
| HSV(B) | 182.93º | 0.9% | 0.89% | - |
| XYZ | 39.43 | 55.93 | 82.12 | - |
| YUV | 160.84 | 165.9 | 29.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 218 | 228 | 0.90 | 0.04 | 0 | 0.11 | 182.93 | 0.82 | 0.49 |
| Hex | 17 | DA | E4 | 5A | 4 | 0 | B | B7 | 52 | 31 |
| Octal | 27 | 332 | 344 | 132 | 4 | 0 | 13 | 267 | 122 | 61 |
| Binary | 10111 | 11011010 | 11100100 | 1011010 | 100 | 0 | 1011 | 10110111 | 1010010 | 110001 |
Color Harmonies of #17DAE4
Complementary color
Monochromatic Colors of #17DAE4
Black with #17DAE4
Text Example
Text Example
White with #17DAE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DAE4; }
p { color: rgb(23,218,228); }
H1.HeaderClassName
{
color: #17DAE4;
}
.AnyTagClassName
{
color: #17DAE4;
}
</style>
background-color css
<style>
a { background-color: #17DAE4; }
a { background-color: rgb(23,218,228); }
div.DivClassName
{
background-color: #17DAE4;
}
.BgClassName
{
background-color: #17DAE4;
}
</style>
border-color css
<style>
span { border-color: #17DAE4; }
span { border-color: rgb(23,218,228); }
td.TdClassName
{
border-color: #17DAE4;
}
.TagClassName
{
border-color: #17DAE4;
}
</style>