Shades of Bright Turquoise #17DCEB
Tints of Bright Turquoise #17DCEB
RGB
CMYK
RGB Variations
Color information
#17DCEB (or 0x17DCEB) is known color: Bright Turquoise. HEX triplet: 17, DC and EB. RGB value is (23,220,235). Sum of RGB (Red+Green+Blue) = 23+220+235=478 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.81% from 478); Green value is 220 (86.33% from 255 or 46.03% from 478); Blue value is 235 (92.19% from 255 or 49.16% from 478); Max value from RGB is 235 - color contains mainly: blue. Hex color #17DCEB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DCEB is #E82314. Grayscale: #A2A2A2. Windows color (decimal): -15213333 or 15457303. OLE color: 15457303.
HSL color Cylindrical-coordinate representation of color #17DCEB: hue angle of 184.25º degrees, saturation: 0.84, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DCEB is Cyan = 0.90, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 23 | 220 | 235 | - |
| CMYK | 0.90 | 0.06 | 0 | 0.08 |
| HSL | 184.25º | 0.84% | 0.51% | - |
| HSV(B) | 184.25º | 0.9% | 0.92% | - |
| XYZ | 40.94 | 57.37 | 87.51 | - |
| YUV | 162.81 | 168.73 | 28.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 220 | 235 | 0.90 | 0.06 | 0 | 0.08 | 184.25 | 0.84 | 0.51 |
| Hex | 17 | DC | EB | 5A | 6 | 0 | 8 | B8 | 54 | 33 |
| Octal | 27 | 334 | 353 | 132 | 6 | 0 | 10 | 270 | 124 | 63 |
| Binary | 10111 | 11011100 | 11101011 | 1011010 | 110 | 0 | 1000 | 10111000 | 1010100 | 110011 |
Color Harmonies of #17DCEB
Complementary color
Monochromatic Colors of #17DCEB
Black with #17DCEB
Text Example
Text Example
White with #17DCEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DCEB; }
p { color: rgb(23,220,235); }
H1.HeaderClassName
{
color: #17DCEB;
}
.AnyTagClassName
{
color: #17DCEB;
}
</style>
background-color css
<style>
a { background-color: #17DCEB; }
a { background-color: rgb(23,220,235); }
div.DivClassName
{
background-color: #17DCEB;
}
.BgClassName
{
background-color: #17DCEB;
}
</style>
border-color css
<style>
span { border-color: #17DCEB; }
span { border-color: rgb(23,220,235); }
td.TdClassName
{
border-color: #17DCEB;
}
.TagClassName
{
border-color: #17DCEB;
}
</style>