Shades of Pale Turquoise #9BFEE7
Tints of Pale Turquoise #9BFEE7
RGB
CMYK
RGB Variations
Color information
#9BFEE7 (or 0x9BFEE7) is known color: Pale Turquoise. HEX triplet: 9B, FE and E7. RGB value is (155,254,231). Sum of RGB (Red+Green+Blue) = 155+254+231=640 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.22% from 640); Green value is 254 (99.61% from 255 or 39.69% from 640); Blue value is 231 (90.62% from 255 or 36.09% from 640); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFEE7 is #640118. Grayscale: #DDDDDD. Windows color (decimal): -6553881 or 15203995. OLE color: 15203995.
HSL color Cylindrical-coordinate representation of color #9BFEE7: hue angle of 166.06º 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 #9BFEE7 is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 231 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.00 |
| HSL | 166.06º | 0.98% | 0.8% | - |
| HSV(B) | 166.06º | 0.39% | 1% | - |
| XYZ | 63.38 | 83.62 | 88.4 | - |
| YUV | 221.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 231 | 0.39 | 0 | 0.09 | 0.00 | 166.06 | 0.98 | 0.8 |
| Hex | 9B | FE | E7 | 27 | 0 | 9 | 0 | A6 | 62 | 50 |
| Octal | 233 | 376 | 347 | 47 | 0 | 11 | 0 | 246 | 142 | 120 |
| Binary | 10011011 | 11111110 | 11100111 | 100111 | 0 | 1001 | 0 | 10100110 | 1100010 | 1010000 |
Color Harmonies of #9BFEE7
Complementary color
Monochromatic Colors of #9BFEE7
Black with #9BFEE7
Text Example
Text Example
White with #9BFEE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEE7; }
p { color: rgb(155,254,231); }
H1.HeaderClassName
{
color: #9BFEE7;
}
.AnyTagClassName
{
color: #9BFEE7;
}
</style>
background-color css
<style>
a { background-color: #9BFEE7; }
a { background-color: rgb(155,254,231); }
div.DivClassName
{
background-color: #9BFEE7;
}
.BgClassName
{
background-color: #9BFEE7;
}
</style>
border-color css
<style>
span { border-color: #9BFEE7; }
span { border-color: rgb(155,254,231); }
td.TdClassName
{
border-color: #9BFEE7;
}
.TagClassName
{
border-color: #9BFEE7;
}
</style>