Shades of Bright Turquoise #17F0ED
Tints of Bright Turquoise #17F0ED
RGB
CMYK
RGB Variations
Color information
#17F0ED (or 0x17F0ED) is known color: Bright Turquoise. HEX triplet: 17, F0 and ED. RGB value is (23,240,237). Sum of RGB (Red+Green+Blue) = 23+240+237=500 (66% of max value = 765). Red value is 23 (9.38% from 255 or 4.6% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 237 (92.97% from 255 or 47.4% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #17F0ED is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #17F0ED is #E80F12. Grayscale: #AEAEAE. Windows color (decimal): -15208211 or 15593495. OLE color: 15593495.
HSL color Cylindrical-coordinate representation of color #17F0ED: hue angle of 179.17º 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 #17F0ED is Cyan = 0.90, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 23 | 240 | 237 | - |
| CMYK | 0.90 | 0 | 0.01 | 0.06 |
| HSL | 179.17º | 0.88% | 0.52% | - |
| HSV(B) | 179.17º | 0.9% | 0.94% | - |
| XYZ | 46.8 | 68.62 | 90.9 | - |
| YUV | 174.78 | 163.11 | 19.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 240 | 237 | 0.90 | 0 | 0.01 | 0.06 | 179.17 | 0.88 | 0.52 |
| Hex | 17 | F0 | ED | 5A | 0 | 1 | 6 | B3 | 58 | 34 |
| Octal | 27 | 360 | 355 | 132 | 0 | 1 | 6 | 263 | 130 | 64 |
| Binary | 10111 | 11110000 | 11101101 | 1011010 | 0 | 1 | 110 | 10110011 | 1011000 | 110100 |
Color Harmonies of #17F0ED
Complementary color
Monochromatic Colors of #17F0ED
Black with #17F0ED
Text Example
Text Example
White with #17F0ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17F0ED; }
p { color: rgb(23,240,237); }
H1.HeaderClassName
{
color: #17F0ED;
}
.AnyTagClassName
{
color: #17F0ED;
}
</style>
background-color css
<style>
a { background-color: #17F0ED; }
a { background-color: rgb(23,240,237); }
div.DivClassName
{
background-color: #17F0ED;
}
.BgClassName
{
background-color: #17F0ED;
}
</style>
border-color css
<style>
span { border-color: #17F0ED; }
span { border-color: rgb(23,240,237); }
td.TdClassName
{
border-color: #17F0ED;
}
.TagClassName
{
border-color: #17F0ED;
}
</style>