Shades of Pale Turquoise #9BFFEC
Tints of Pale Turquoise #9BFFEC
RGB
CMYK
RGB Variations
Color information
#9BFFEC (or 0x9BFFEC) is known color: Pale Turquoise. HEX triplet: 9B, FF and EC. RGB value is (155,255,236). Sum of RGB (Red+Green+Blue) = 155+255+236=646 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.99% from 646); Green value is 255 (100% from 255 or 39.47% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFEC is #640013. Grayscale: #DEDEDE. Windows color (decimal): -6553620 or 15531931. OLE color: 15531931.
HSL color Cylindrical-coordinate representation of color #9BFFEC: hue angle of 168.6º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFFEC is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 236 | - |
| CMYK | 0.39 | 0 | 0.07 | 0 |
| HSL | 168.6º | 1% | 0.8% | - |
| HSV(B) | 168.6º | 0.39% | 1% | - |
| XYZ | 64.42 | 84.54 | 92.28 | - |
| YUV | 222.93 | 135.37 | 79.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 236 | 0.39 | 0 | 0.07 | 0 | 168.6 | 1 | 0.8 |
| Hex | 9B | FF | EC | 27 | 0 | 7 | 0 | A9 | 64 | 50 |
| Octal | 233 | 377 | 354 | 47 | 0 | 7 | 0 | 251 | 144 | 120 |
| Binary | 10011011 | 11111111 | 11101100 | 100111 | 0 | 111 | 0 | 10101001 | 1100100 | 1010000 |
Color Harmonies of #9BFFEC
Complementary color
Monochromatic Colors of #9BFFEC
Black with #9BFFEC
Text Example
Text Example
White with #9BFFEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFEC; }
p { color: rgb(155,255,236); }
H1.HeaderClassName
{
color: #9BFFEC;
}
.AnyTagClassName
{
color: #9BFFEC;
}
</style>
background-color css
<style>
a { background-color: #9BFFEC; }
a { background-color: rgb(155,255,236); }
div.DivClassName
{
background-color: #9BFFEC;
}
.BgClassName
{
background-color: #9BFFEC;
}
</style>
border-color css
<style>
span { border-color: #9BFFEC; }
span { border-color: rgb(155,255,236); }
td.TdClassName
{
border-color: #9BFFEC;
}
.TagClassName
{
border-color: #9BFFEC;
}
</style>