Shades of Pale Turquoise #9BF6EC
Tints of Pale Turquoise #9BF6EC
RGB
CMYK
RGB Variations
Color information
#9BF6EC (or 0x9BF6EC) is known color: Pale Turquoise. HEX triplet: 9B, F6 and EC. RGB value is (155,246,236). Sum of RGB (Red+Green+Blue) = 155+246+236=637 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.33% from 637); Green value is 246 (96.48% from 255 or 38.62% from 637); Blue value is 236 (92.58% from 255 or 37.05% from 637); Max value from RGB is 246 - color contains mainly: green. Hex color #9BF6EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF6EC is #640913. Grayscale: #D9D9D9. Windows color (decimal): -6555924 or 15529627. OLE color: 15529627.
HSL color Cylindrical-coordinate representation of color #9BF6EC: hue angle of 173.41º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9BF6EC is Cyan = 0.37, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 155 | 246 | 236 | - |
| CMYK | 0.37 | 0 | 0.04 | 0.04 |
| HSL | 173.41º | 0.83% | 0.79% | - |
| HSV(B) | 173.41º | 0.37% | 0.96% | - |
| XYZ | 61.61 | 78.94 | 91.35 | - |
| YUV | 217.65 | 138.35 | 83.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 246 | 236 | 0.37 | 0 | 0.04 | 0.04 | 173.41 | 0.83 | 0.79 |
| Hex | 9B | F6 | EC | 25 | 0 | 4 | 4 | AD | 53 | 4F |
| Octal | 233 | 366 | 354 | 45 | 0 | 4 | 4 | 255 | 123 | 117 |
| Binary | 10011011 | 11110110 | 11101100 | 100101 | 0 | 100 | 100 | 10101101 | 1010011 | 1001111 |
Color Harmonies of #9BF6EC
Complementary color
Monochromatic Colors of #9BF6EC
Black with #9BF6EC
Text Example
Text Example
White with #9BF6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF6EC; }
p { color: rgb(155,246,236); }
H1.HeaderClassName
{
color: #9BF6EC;
}
.AnyTagClassName
{
color: #9BF6EC;
}
</style>
background-color css
<style>
a { background-color: #9BF6EC; }
a { background-color: rgb(155,246,236); }
div.DivClassName
{
background-color: #9BF6EC;
}
.BgClassName
{
background-color: #9BF6EC;
}
</style>
border-color css
<style>
span { border-color: #9BF6EC; }
span { border-color: rgb(155,246,236); }
td.TdClassName
{
border-color: #9BF6EC;
}
.TagClassName
{
border-color: #9BF6EC;
}
</style>