Shades of Bright Turquoise #17DEEF
Tints of Bright Turquoise #17DEEF
RGB
CMYK
RGB Variations
Color information
#17DEEF (or 0x17DEEF) is known color: Bright Turquoise. HEX triplet: 17, DE and EF. RGB value is (23,222,239). Sum of RGB (Red+Green+Blue) = 23+222+239=484 (64% of max value = 765). Red value is 23 (9.38% from 255 or 4.75% from 484); Green value is 222 (87.11% from 255 or 45.87% from 484); Blue value is 239 (93.75% from 255 or 49.38% from 484); Max value from RGB is 239 - color contains mainly: blue. Hex color #17DEEF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17DEEF is #E82110. Grayscale: #A4A4A4. Windows color (decimal): -15212817 or 15719959. OLE color: 15719959.
HSL color Cylindrical-coordinate representation of color #17DEEF: hue angle of 184.72º 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 #17DEEF is Cyan = 0.90, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 222 | 239 | - |
| CMYK | 0.90 | 0.07 | 0 | 0.06 |
| HSL | 184.72º | 0.87% | 0.51% | - |
| HSV(B) | 184.72º | 0.9% | 0.94% | - |
| XYZ | 42.05 | 58.66 | 90.77 | - |
| YUV | 164.44 | 170.07 | 27.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 222 | 239 | 0.90 | 0.07 | 0 | 0.06 | 184.72 | 0.87 | 0.51 |
| Hex | 17 | DE | EF | 5A | 7 | 0 | 6 | B9 | 57 | 33 |
| Octal | 27 | 336 | 357 | 132 | 7 | 0 | 6 | 271 | 127 | 63 |
| Binary | 10111 | 11011110 | 11101111 | 1011010 | 111 | 0 | 110 | 10111001 | 1010111 | 110011 |
Color Harmonies of #17DEEF
Complementary color
Monochromatic Colors of #17DEEF
Black with #17DEEF
Text Example
Text Example
White with #17DEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17DEEF; }
p { color: rgb(23,222,239); }
H1.HeaderClassName
{
color: #17DEEF;
}
.AnyTagClassName
{
color: #17DEEF;
}
</style>
background-color css
<style>
a { background-color: #17DEEF; }
a { background-color: rgb(23,222,239); }
div.DivClassName
{
background-color: #17DEEF;
}
.BgClassName
{
background-color: #17DEEF;
}
</style>
border-color css
<style>
span { border-color: #17DEEF; }
span { border-color: rgb(23,222,239); }
td.TdClassName
{
border-color: #17DEEF;
}
.TagClassName
{
border-color: #17DEEF;
}
</style>