Shades of Pale Turquoise #9BFEEA
Tints of Pale Turquoise #9BFEEA
RGB
CMYK
RGB Variations
Color information
#9BFEEA (or 0x9BFEEA) is known color: Pale Turquoise. HEX triplet: 9B, FE and EA. RGB value is (155,254,234). Sum of RGB (Red+Green+Blue) = 155+254+234=643 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.11% from 643); Green value is 254 (99.61% from 255 or 39.50% from 643); Blue value is 234 (91.80% from 255 or 36.39% from 643); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEEA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFEEA is #640115. Grayscale: #DEDEDE. Windows color (decimal): -6553878 or 15400603. OLE color: 15400603.
HSL color Cylindrical-coordinate representation of color #9BFEEA: hue angle of 167.88º 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 #9BFEEA is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 234 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.00 |
| HSL | 167.88º | 0.98% | 0.8% | - |
| HSV(B) | 167.88º | 0.39% | 1% | - |
| XYZ | 63.81 | 83.79 | 90.65 | - |
| YUV | 222.12 | 134.7 | 80.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 234 | 0.39 | 0 | 0.08 | 0.00 | 167.88 | 0.98 | 0.8 |
| Hex | 9B | FE | EA | 27 | 0 | 8 | 0 | A8 | 62 | 50 |
| Octal | 233 | 376 | 352 | 47 | 0 | 10 | 0 | 250 | 142 | 120 |
| Binary | 10011011 | 11111110 | 11101010 | 100111 | 0 | 1000 | 0 | 10101000 | 1100010 | 1010000 |
Color Harmonies of #9BFEEA
Complementary color
Monochromatic Colors of #9BFEEA
Black with #9BFEEA
Text Example
Text Example
White with #9BFEEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEEA; }
p { color: rgb(155,254,234); }
H1.HeaderClassName
{
color: #9BFEEA;
}
.AnyTagClassName
{
color: #9BFEEA;
}
</style>
background-color css
<style>
a { background-color: #9BFEEA; }
a { background-color: rgb(155,254,234); }
div.DivClassName
{
background-color: #9BFEEA;
}
.BgClassName
{
background-color: #9BFEEA;
}
</style>
border-color css
<style>
span { border-color: #9BFEEA; }
span { border-color: rgb(155,254,234); }
td.TdClassName
{
border-color: #9BFEEA;
}
.TagClassName
{
border-color: #9BFEEA;
}
</style>