Shades of Pale Turquoise #9BFFFB
Tints of Pale Turquoise #9BFFFB
RGB
CMYK
RGB Variations
Color information
#9BFFFB (or 0x9BFFFB) is known color: Pale Turquoise. HEX triplet: 9B, FF and FB. RGB value is (155,255,251). Sum of RGB (Red+Green+Blue) = 155+255+251=661 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.45% from 661); Green value is 255 (100% from 255 or 38.58% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFFB is #640004. Grayscale: #E0E0E0. Windows color (decimal): -6553605 or 16514971. OLE color: 16514971.
HSL color Cylindrical-coordinate representation of color #9BFFFB: hue angle of 177.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 #9BFFFB is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 251 | - |
| CMYK | 0.39 | 0 | 0.02 | 0 |
| HSL | 177.6º | 1% | 0.8% | - |
| HSV(B) | 177.6º | 0.39% | 1% | - |
| XYZ | 66.69 | 85.45 | 104.25 | - |
| YUV | 224.64 | 142.87 | 78.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 251 | 0.39 | 0 | 0.02 | 0 | 177.6 | 1 | 0.8 |
| Hex | 9B | FF | FB | 27 | 0 | 2 | 0 | B2 | 64 | 50 |
| Octal | 233 | 377 | 373 | 47 | 0 | 2 | 0 | 262 | 144 | 120 |
| Binary | 10011011 | 11111111 | 11111011 | 100111 | 0 | 10 | 0 | 10110010 | 1100100 | 1010000 |
Color Harmonies of #9BFFFB
Complementary color
Monochromatic Colors of #9BFFFB
Black with #9BFFFB
Text Example
Text Example
White with #9BFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFFB; }
p { color: rgb(155,255,251); }
H1.HeaderClassName
{
color: #9BFFFB;
}
.AnyTagClassName
{
color: #9BFFFB;
}
</style>
background-color css
<style>
a { background-color: #9BFFFB; }
a { background-color: rgb(155,255,251); }
div.DivClassName
{
background-color: #9BFFFB;
}
.BgClassName
{
background-color: #9BFFFB;
}
</style>
border-color css
<style>
span { border-color: #9BFFFB; }
span { border-color: rgb(155,255,251); }
td.TdClassName
{
border-color: #9BFFFB;
}
.TagClassName
{
border-color: #9BFFFB;
}
</style>