Shades of Pale Turquoise #9BFBEC
Tints of Pale Turquoise #9BFBEC
RGB
CMYK
RGB Variations
Color information
#9BFBEC (or 0x9BFBEC) is known color: Pale Turquoise. HEX triplet: 9B, FB and EC. RGB value is (155,251,236). Sum of RGB (Red+Green+Blue) = 155+251+236=642 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.14% from 642); Green value is 251 (98.44% from 255 or 39.10% from 642); Blue value is 236 (92.58% from 255 or 36.76% from 642); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFBEC is #640413. Grayscale: #DCDCDC. Windows color (decimal): -6554644 or 15530907. OLE color: 15530907.
HSL color Cylindrical-coordinate representation of color #9BFBEC: hue angle of 170.62º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFBEC is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 236 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.02 |
| HSL | 170.63º | 0.92% | 0.8% | - |
| HSV(B) | 170.63º | 0.38% | 0.98% | - |
| XYZ | 63.16 | 82.02 | 91.86 | - |
| YUV | 220.59 | 136.7 | 81.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 236 | 0.38 | 0 | 0.06 | 0.02 | 170.63 | 0.92 | 0.8 |
| Hex | 9B | FB | EC | 26 | 0 | 6 | 2 | AB | 5C | 50 |
| Octal | 233 | 373 | 354 | 46 | 0 | 6 | 2 | 253 | 134 | 120 |
| Binary | 10011011 | 11111011 | 11101100 | 100110 | 0 | 110 | 10 | 10101011 | 1011100 | 1010000 |
Color Harmonies of #9BFBEC
Complementary color
Monochromatic Colors of #9BFBEC
Black with #9BFBEC
Text Example
Text Example
White with #9BFBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFBEC; }
p { color: rgb(155,251,236); }
H1.HeaderClassName
{
color: #9BFBEC;
}
.AnyTagClassName
{
color: #9BFBEC;
}
</style>
background-color css
<style>
a { background-color: #9BFBEC; }
a { background-color: rgb(155,251,236); }
div.DivClassName
{
background-color: #9BFBEC;
}
.BgClassName
{
background-color: #9BFBEC;
}
</style>
border-color css
<style>
span { border-color: #9BFBEC; }
span { border-color: rgb(155,251,236); }
td.TdClassName
{
border-color: #9BFBEC;
}
.TagClassName
{
border-color: #9BFBEC;
}
</style>