Shades of Bright Turquoise #17DEE3
Tints of Bright Turquoise #17DEE3
RGB
CMYK
RGB Variations
Color information
#17DEE3 (or 0x17DEE3) is known color: Bright Turquoise. HEX triplet: 17, DE and E3. RGB value is (23,222,227). Sum of RGB (Red+Green+Blue) = 23+222+227=472 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.87% from 472); Green value is 222 (87.11% from 255 or 47.03% from 472); Blue value is 227 (89.06% from 255 or 48.09% from 472); Max value from RGB is 227 - color contains mainly: blue. Hex color #17DEE3 is not a web safe color. Web safe color analog (approx): #00CCCC. Inversed color of #17DEE3 is #E8211C. Grayscale: #A2A2A2. Windows color (decimal): -15212829 or 14933527. OLE color: 14933527.
HSL color Cylindrical-coordinate representation of color #17DEE3: hue angle of 181.47º 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 #17DEE3 is Cyan = 0.90, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 23 | 222 | 227 | - |
| CMYK | 0.90 | 0.02 | 0 | 0.11 |
| HSL | 181.47º | 0.82% | 0.49% | - |
| HSV(B) | 181.47º | 0.9% | 0.89% | - |
| XYZ | 40.34 | 57.97 | 81.74 | - |
| YUV | 163.07 | 164.07 | 28.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 222 | 227 | 0.90 | 0.02 | 0 | 0.11 | 181.47 | 0.82 | 0.49 |
| Hex | 17 | DE | E3 | 5A | 2 | 0 | B | B5 | 52 | 31 |
| Octal | 27 | 336 | 343 | 132 | 2 | 0 | 13 | 265 | 122 | 61 |
| Binary | 10111 | 11011110 | 11100011 | 1011010 | 10 | 0 | 1011 | 10110101 | 1010010 | 110001 |
Color Harmonies of #17DEE3
Complementary color
Monochromatic Colors of #17DEE3
Black with #17DEE3
Text Example
Text Example
White with #17DEE3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DEE3; }
p { color: rgb(23,222,227); }
H1.HeaderClassName
{
color: #17DEE3;
}
.AnyTagClassName
{
color: #17DEE3;
}
</style>
background-color css
<style>
a { background-color: #17DEE3; }
a { background-color: rgb(23,222,227); }
div.DivClassName
{
background-color: #17DEE3;
}
.BgClassName
{
background-color: #17DEE3;
}
</style>
border-color css
<style>
span { border-color: #17DEE3; }
span { border-color: rgb(23,222,227); }
td.TdClassName
{
border-color: #17DEE3;
}
.TagClassName
{
border-color: #17DEE3;
}
</style>