Shades of Pale Turquoise #9BF7F9
Tints of Pale Turquoise #9BF7F9
RGB
CMYK
RGB Variations
Color information
#9BF7F9 (or 0x9BF7F9) is known color: Pale Turquoise. HEX triplet: 9B, F7 and F9. RGB value is (155,247,249). Sum of RGB (Red+Green+Blue) = 155+247+249=651 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.81% from 651); Green value is 247 (96.88% from 255 or 37.94% from 651); Blue value is 249 (97.66% from 255 or 38.25% from 651); Max value from RGB is 249 - color contains mainly: blue. Hex color #9BF7F9 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF7F9 is #640806. Grayscale: #DBDBDB. Windows color (decimal): -6555655 or 16381851. OLE color: 16381851.
HSL color Cylindrical-coordinate representation of color #9BF7F9: hue angle of 181.28º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF7F9 is Cyan = 0.38, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 247 | 249 | - |
| CMYK | 0.38 | 0.01 | 0 | 0.02 |
| HSL | 181.28º | 0.89% | 0.79% | - |
| HSV(B) | 181.28º | 0.38% | 0.98% | - |
| XYZ | 63.88 | 80.33 | 101.76 | - |
| YUV | 219.72 | 144.52 | 81.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 247 | 249 | 0.38 | 0.01 | 0 | 0.02 | 181.28 | 0.89 | 0.79 |
| Hex | 9B | F7 | F9 | 26 | 1 | 0 | 2 | B5 | 59 | 4F |
| Octal | 233 | 367 | 371 | 46 | 1 | 0 | 2 | 265 | 131 | 117 |
| Binary | 10011011 | 11110111 | 11111001 | 100110 | 1 | 0 | 10 | 10110101 | 1011001 | 1001111 |
Color Harmonies of #9BF7F9
Complementary color
Monochromatic Colors of #9BF7F9
Black with #9BF7F9
Text Example
Text Example
White with #9BF7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF7F9; }
p { color: rgb(155,247,249); }
H1.HeaderClassName
{
color: #9BF7F9;
}
.AnyTagClassName
{
color: #9BF7F9;
}
</style>
background-color css
<style>
a { background-color: #9BF7F9; }
a { background-color: rgb(155,247,249); }
div.DivClassName
{
background-color: #9BF7F9;
}
.BgClassName
{
background-color: #9BF7F9;
}
</style>
border-color css
<style>
span { border-color: #9BF7F9; }
span { border-color: rgb(155,247,249); }
td.TdClassName
{
border-color: #9BF7F9;
}
.TagClassName
{
border-color: #9BF7F9;
}
</style>