Shades of Bright Turquoise #17DFEF
Tints of Bright Turquoise #17DFEF
RGB
CMYK
RGB Variations
Color information
#17DFEF (or 0x17DFEF) is known color: Bright Turquoise. HEX triplet: 17, DF and EF. RGB value is (23,223,239). Sum of RGB (Red+Green+Blue) = 23+223+239=485 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.74% from 485); Green value is 223 (87.5% from 255 or 45.98% from 485); Blue value is 239 (93.75% from 255 or 49.28% from 485); Max value from RGB is 239 - color contains mainly: blue. Hex color #17DFEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DFEF is #E82010. Grayscale: #A4A4A4. Windows color (decimal): -15212561 or 15720215. OLE color: 15720215.
HSL color Cylindrical-coordinate representation of color #17DFEF: hue angle of 184.44º degrees, saturation: 0.87, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17DFEF is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 223 | 239 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.06 |
| HSL | 184.44º | 0.87% | 0.51% | - |
| HSV(B) | 184.44º | 0.9% | 0.94% | - |
| XYZ | 42.32 | 59.19 | 90.86 | - |
| YUV | 165.02 | 169.74 | 26.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 223 | 239 | 0.90 | 0.07 | 0 | 0.06 | 184.44 | 0.87 | 0.51 |
| Hex | 17 | DF | EF | 5A | 7 | 0 | 6 | B8 | 57 | 33 |
| Octal | 27 | 337 | 357 | 132 | 7 | 0 | 6 | 270 | 127 | 63 |
| Binary | 10111 | 11011111 | 11101111 | 1011010 | 111 | 0 | 110 | 10111000 | 1010111 | 110011 |
Color Harmonies of #17DFEF
Complementary color
Monochromatic Colors of #17DFEF
Black with #17DFEF
Text Example
Text Example
White with #17DFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DFEF; }
p { color: rgb(23,223,239); }
H1.HeaderClassName
{
color: #17DFEF;
}
.AnyTagClassName
{
color: #17DFEF;
}
</style>
background-color css
<style>
a { background-color: #17DFEF; }
a { background-color: rgb(23,223,239); }
div.DivClassName
{
background-color: #17DFEF;
}
.BgClassName
{
background-color: #17DFEF;
}
</style>
border-color css
<style>
span { border-color: #17DFEF; }
span { border-color: rgb(23,223,239); }
td.TdClassName
{
border-color: #17DFEF;
}
.TagClassName
{
border-color: #17DFEF;
}
</style>