Shades of Pale Turquoise #9BFEE8
Tints of Pale Turquoise #9BFEE8
RGB
CMYK
RGB Variations
Color information
#9BFEE8 (or 0x9BFEE8) is known color: Pale Turquoise. HEX triplet: 9B, FE and E8. RGB value is (155,254,232). Sum of RGB (Red+Green+Blue) = 155+254+232=641 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.18% from 641); Green value is 254 (99.61% from 255 or 39.63% from 641); Blue value is 232 (91.02% from 255 or 36.19% from 641); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFEE8 is #640117. Grayscale: #DDDDDD. Windows color (decimal): -6553880 or 15269531. OLE color: 15269531.
HSL color Cylindrical-coordinate representation of color #9BFEE8: hue angle of 166.67º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFEE8 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 232 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.00 |
| HSL | 166.67º | 0.98% | 0.8% | - |
| HSV(B) | 166.67º | 0.39% | 1% | - |
| XYZ | 63.52 | 83.68 | 89.15 | - |
| YUV | 221.89 | 133.7 | 80.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 232 | 0.39 | 0 | 0.09 | 0.00 | 166.67 | 0.98 | 0.8 |
| Hex | 9B | FE | E8 | 27 | 0 | 9 | 0 | A7 | 62 | 50 |
| Octal | 233 | 376 | 350 | 47 | 0 | 11 | 0 | 247 | 142 | 120 |
| Binary | 10011011 | 11111110 | 11101000 | 100111 | 0 | 1001 | 0 | 10100111 | 1100010 | 1010000 |
Color Harmonies of #9BFEE8
Complementary color
Monochromatic Colors of #9BFEE8
Black with #9BFEE8
Text Example
Text Example
White with #9BFEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEE8; }
p { color: rgb(155,254,232); }
H1.HeaderClassName
{
color: #9BFEE8;
}
.AnyTagClassName
{
color: #9BFEE8;
}
</style>
background-color css
<style>
a { background-color: #9BFEE8; }
a { background-color: rgb(155,254,232); }
div.DivClassName
{
background-color: #9BFEE8;
}
.BgClassName
{
background-color: #9BFEE8;
}
</style>
border-color css
<style>
span { border-color: #9BFEE8; }
span { border-color: rgb(155,254,232); }
td.TdClassName
{
border-color: #9BFEE8;
}
.TagClassName
{
border-color: #9BFEE8;
}
</style>