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