Shades of Pale Turquoise #9BFFE8
Tints of Pale Turquoise #9BFFE8
RGB
CMYK
RGB Variations
Color information
#9BFFE8 (or 0x9BFFE8) is known color: Pale Turquoise. HEX triplet: 9B, FF and E8. RGB value is (155,255,232). Sum of RGB (Red+Green+Blue) = 155+255+232=642 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.14% from 642); Green value is 255 (100% from 255 or 39.72% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFE8 is #640017. Grayscale: #DEDEDE. Windows color (decimal): -6553624 or 15269787. OLE color: 15269787.
HSL color Cylindrical-coordinate representation of color #9BFFE8: hue angle of 166.2º 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 #9BFFE8 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 232 | - |
| CMYK | 0.39 | 0 | 0.09 | 0 |
| HSL | 166.2º | 1% | 0.8% | - |
| HSV(B) | 166.2º | 0.39% | 1% | - |
| XYZ | 63.84 | 84.31 | 89.25 | - |
| YUV | 222.48 | 133.37 | 79.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 232 | 0.39 | 0 | 0.09 | 0 | 166.2 | 1 | 0.8 |
| Hex | 9B | FF | E8 | 27 | 0 | 9 | 0 | A6 | 64 | 50 |
| Octal | 233 | 377 | 350 | 47 | 0 | 11 | 0 | 246 | 144 | 120 |
| Binary | 10011011 | 11111111 | 11101000 | 100111 | 0 | 1001 | 0 | 10100110 | 1100100 | 1010000 |
Color Harmonies of #9BFFE8
Complementary color
Monochromatic Colors of #9BFFE8
Black with #9BFFE8
Text Example
Text Example
White with #9BFFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFE8; }
p { color: rgb(155,255,232); }
H1.HeaderClassName
{
color: #9BFFE8;
}
.AnyTagClassName
{
color: #9BFFE8;
}
</style>
background-color css
<style>
a { background-color: #9BFFE8; }
a { background-color: rgb(155,255,232); }
div.DivClassName
{
background-color: #9BFFE8;
}
.BgClassName
{
background-color: #9BFFE8;
}
</style>
border-color css
<style>
span { border-color: #9BFFE8; }
span { border-color: rgb(155,255,232); }
td.TdClassName
{
border-color: #9BFFE8;
}
.TagClassName
{
border-color: #9BFFE8;
}
</style>