Shades of Pale Turquoise #9BFFF9
Tints of Pale Turquoise #9BFFF9
RGB
CMYK
RGB Variations
Color information
#9BFFF9 (or 0x9BFFF9) is known color: Pale Turquoise. HEX triplet: 9B, FF and F9. RGB value is (155,255,249). Sum of RGB (Red+Green+Blue) = 155+255+249=659 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.52% from 659); Green value is 255 (100% from 255 or 38.69% from 659); Blue value is 249 (97.66% from 255 or 37.78% from 659); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFF9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFF9 is #640006. Grayscale: #E0E0E0. Windows color (decimal): -6553607 or 16383899. OLE color: 16383899.
HSL color Cylindrical-coordinate representation of color #9BFFF9: hue angle of 176.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 #9BFFF9 is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 249 | - |
| CMYK | 0.39 | 0 | 0.02 | 0 |
| HSL | 176.4º | 1% | 0.8% | - |
| HSV(B) | 176.4º | 0.39% | 1% | - |
| XYZ | 66.38 | 85.33 | 102.59 | - |
| YUV | 224.42 | 141.87 | 78.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 249 | 0.39 | 0 | 0.02 | 0 | 176.4 | 1 | 0.8 |
| Hex | 9B | FF | F9 | 27 | 0 | 2 | 0 | B0 | 64 | 50 |
| Octal | 233 | 377 | 371 | 47 | 0 | 2 | 0 | 260 | 144 | 120 |
| Binary | 10011011 | 11111111 | 11111001 | 100111 | 0 | 10 | 0 | 10110000 | 1100100 | 1010000 |
Color Harmonies of #9BFFF9
Complementary color
Monochromatic Colors of #9BFFF9
Black with #9BFFF9
Text Example
Text Example
White with #9BFFF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFF9; }
p { color: rgb(155,255,249); }
H1.HeaderClassName
{
color: #9BFFF9;
}
.AnyTagClassName
{
color: #9BFFF9;
}
</style>
background-color css
<style>
a { background-color: #9BFFF9; }
a { background-color: rgb(155,255,249); }
div.DivClassName
{
background-color: #9BFFF9;
}
.BgClassName
{
background-color: #9BFFF9;
}
</style>
border-color css
<style>
span { border-color: #9BFFF9; }
span { border-color: rgb(155,255,249); }
td.TdClassName
{
border-color: #9BFFF9;
}
.TagClassName
{
border-color: #9BFFF9;
}
</style>