Shades of Pale Turquoise #9BFFF6
Tints of Pale Turquoise #9BFFF6
RGB
CMYK
RGB Variations
Color information
#9BFFF6 (or 0x9BFFF6) is known color: Pale Turquoise. HEX triplet: 9B, FF and F6. RGB value is (155,255,246). Sum of RGB (Red+Green+Blue) = 155+255+246=656 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.63% from 656); Green value is 255 (100% from 255 or 38.87% from 656); Blue value is 246 (96.48% from 255 or 37.5% from 656); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFF6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFF6 is #640009. Grayscale: #E0E0E0. Windows color (decimal): -6553610 or 16187291. OLE color: 16187291.
HSL color Cylindrical-coordinate representation of color #9BFFF6: hue angle of 174.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 #9BFFF6 is Cyan = 0.39, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 246 | - |
| CMYK | 0.39 | 0 | 0.04 | 0 |
| HSL | 174.6º | 1% | 0.8% | - |
| HSV(B) | 174.6º | 0.39% | 1% | - |
| XYZ | 65.91 | 85.14 | 100.15 | - |
| YUV | 224.07 | 140.37 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 246 | 0.39 | 0 | 0.04 | 0 | 174.6 | 1 | 0.8 |
| Hex | 9B | FF | F6 | 27 | 0 | 4 | 0 | AF | 64 | 50 |
| Octal | 233 | 377 | 366 | 47 | 0 | 4 | 0 | 257 | 144 | 120 |
| Binary | 10011011 | 11111111 | 11110110 | 100111 | 0 | 100 | 0 | 10101111 | 1100100 | 1010000 |
Color Harmonies of #9BFFF6
Complementary color
Monochromatic Colors of #9BFFF6
Black with #9BFFF6
Text Example
Text Example
White with #9BFFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFF6; }
p { color: rgb(155,255,246); }
H1.HeaderClassName
{
color: #9BFFF6;
}
.AnyTagClassName
{
color: #9BFFF6;
}
</style>
background-color css
<style>
a { background-color: #9BFFF6; }
a { background-color: rgb(155,255,246); }
div.DivClassName
{
background-color: #9BFFF6;
}
.BgClassName
{
background-color: #9BFFF6;
}
</style>
border-color css
<style>
span { border-color: #9BFFF6; }
span { border-color: rgb(155,255,246); }
td.TdClassName
{
border-color: #9BFFF6;
}
.TagClassName
{
border-color: #9BFFF6;
}
</style>