Shades of Bright Turquoise #17EEF0
Tints of Bright Turquoise #17EEF0
RGB
CMYK
RGB Variations
Color information
#17EEF0 (or 0x17EEF0) is known color: Bright Turquoise. HEX triplet: 17, EE and F0. RGB value is (23,238,240). Sum of RGB (Red+Green+Blue) = 23+238+240=501 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.59% from 501); Green value is 238 (93.36% from 255 or 47.50% from 501); Blue value is 240 (94.14% from 255 or 47.90% from 501); Max value from RGB is 240 - color contains mainly: blue. Hex color #17EEF0 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17EEF0 is #E8110F. Grayscale: #ADADAD. Windows color (decimal): -15208720 or 15789591. OLE color: 15789591.
HSL color Cylindrical-coordinate representation of color #17EEF0: hue angle of 180.55º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17EEF0 is Cyan = 0.90, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 238 | 240 | - |
| CMYK | 0.90 | 0.01 | 0 | 0.06 |
| HSL | 180.55º | 0.88% | 0.52% | - |
| HSV(B) | 180.55º | 0.9% | 0.94% | - |
| XYZ | 46.66 | 67.62 | 93.03 | - |
| YUV | 173.94 | 165.27 | 20.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 238 | 240 | 0.90 | 0.01 | 0 | 0.06 | 180.55 | 0.88 | 0.52 |
| Hex | 17 | EE | F0 | 5A | 1 | 0 | 6 | B5 | 58 | 34 |
| Octal | 27 | 356 | 360 | 132 | 1 | 0 | 6 | 265 | 130 | 64 |
| Binary | 10111 | 11101110 | 11110000 | 1011010 | 1 | 0 | 110 | 10110101 | 1011000 | 110100 |
Color Harmonies of #17EEF0
Complementary color
Monochromatic Colors of #17EEF0
Black with #17EEF0
Text Example
Text Example
White with #17EEF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17EEF0; }
p { color: rgb(23,238,240); }
H1.HeaderClassName
{
color: #17EEF0;
}
.AnyTagClassName
{
color: #17EEF0;
}
</style>
background-color css
<style>
a { background-color: #17EEF0; }
a { background-color: rgb(23,238,240); }
div.DivClassName
{
background-color: #17EEF0;
}
.BgClassName
{
background-color: #17EEF0;
}
</style>
border-color css
<style>
span { border-color: #17EEF0; }
span { border-color: rgb(23,238,240); }
td.TdClassName
{
border-color: #17EEF0;
}
.TagClassName
{
border-color: #17EEF0;
}
</style>