Shades of Pale Turquoise #9BFBFB
Tints of Pale Turquoise #9BFBFB
RGB
CMYK
RGB Variations
Color information
#9BFBFB (or 0x9BFBFB) is known color: Pale Turquoise. HEX triplet: 9B, FB and FB. RGB value is (155,251,251). Sum of RGB (Red+Green+Blue) = 155+251+251=657 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.59% from 657); Green value is 251 (98.44% from 255 or 38.20% from 657); Blue value is 251 (98.44% from 255 or 38.20% from 657); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #9BFBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFBFB is #640404. Grayscale: #DEDEDE. Windows color (decimal): -6554629 or 16513947. OLE color: 16513947.
HSL color Cylindrical-coordinate representation of color #9BFBFB: hue angle of 180º 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 #9BFBFB is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 251 | - |
| CMYK | 0.38 | 0 | 0 | 0.02 |
| HSL | 180º | 0.92% | 0.8% | - |
| HSV(B) | 180º | 0.38% | 0.98% | - |
| XYZ | 65.43 | 82.93 | 103.83 | - |
| YUV | 222.3 | 144.2 | 80 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 251 | 0.38 | 0 | 0 | 0.02 | 180 | 0.92 | 0.8 |
| Hex | 9B | FB | FB | 26 | 0 | 0 | 2 | B4 | 5C | 50 |
| Octal | 233 | 373 | 373 | 46 | 0 | 0 | 2 | 264 | 134 | 120 |
| Binary | 10011011 | 11111011 | 11111011 | 100110 | 0 | 0 | 10 | 10110100 | 1011100 | 1010000 |
Color Harmonies of #9BFBFB
Complementary color
Monochromatic Colors of #9BFBFB
Black with #9BFBFB
Text Example
Text Example
White with #9BFBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFBFB; }
p { color: rgb(155,251,251); }
H1.HeaderClassName
{
color: #9BFBFB;
}
.AnyTagClassName
{
color: #9BFBFB;
}
</style>
background-color css
<style>
a { background-color: #9BFBFB; }
a { background-color: rgb(155,251,251); }
div.DivClassName
{
background-color: #9BFBFB;
}
.BgClassName
{
background-color: #9BFBFB;
}
</style>
border-color css
<style>
span { border-color: #9BFBFB; }
span { border-color: rgb(155,251,251); }
td.TdClassName
{
border-color: #9BFBFB;
}
.TagClassName
{
border-color: #9BFBFB;
}
</style>