Shades of Pale Turquoise #9BF9EA
Tints of Pale Turquoise #9BF9EA
RGB
CMYK
RGB Variations
Color information
#9BF9EA (or 0x9BF9EA) is known color: Pale Turquoise. HEX triplet: 9B, F9 and EA. RGB value is (155,249,234). Sum of RGB (Red+Green+Blue) = 155+249+234=638 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.29% from 638); Green value is 249 (97.66% from 255 or 39.03% from 638); Blue value is 234 (91.80% from 255 or 36.68% from 638); Max value from RGB is 249 - color contains mainly: green. Hex color #9BF9EA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF9EA is #640615. Grayscale: #DBDBDB. Windows color (decimal): -6555158 or 15399323. OLE color: 15399323.
HSL color Cylindrical-coordinate representation of color #9BF9EA: hue angle of 170.43º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF9EA is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 249 | 234 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.02 |
| HSL | 170.43º | 0.89% | 0.79% | - |
| HSV(B) | 170.43º | 0.38% | 0.98% | - |
| XYZ | 62.24 | 80.66 | 90.13 | - |
| YUV | 219.18 | 136.36 | 82.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 249 | 234 | 0.38 | 0 | 0.06 | 0.02 | 170.43 | 0.89 | 0.79 |
| Hex | 9B | F9 | EA | 26 | 0 | 6 | 2 | AA | 59 | 4F |
| Octal | 233 | 371 | 352 | 46 | 0 | 6 | 2 | 252 | 131 | 117 |
| Binary | 10011011 | 11111001 | 11101010 | 100110 | 0 | 110 | 10 | 10101010 | 1011001 | 1001111 |
Color Harmonies of #9BF9EA
Complementary color
Monochromatic Colors of #9BF9EA
Black with #9BF9EA
Text Example
Text Example
White with #9BF9EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF9EA; }
p { color: rgb(155,249,234); }
H1.HeaderClassName
{
color: #9BF9EA;
}
.AnyTagClassName
{
color: #9BF9EA;
}
</style>
background-color css
<style>
a { background-color: #9BF9EA; }
a { background-color: rgb(155,249,234); }
div.DivClassName
{
background-color: #9BF9EA;
}
.BgClassName
{
background-color: #9BF9EA;
}
</style>
border-color css
<style>
span { border-color: #9BF9EA; }
span { border-color: rgb(155,249,234); }
td.TdClassName
{
border-color: #9BF9EA;
}
.TagClassName
{
border-color: #9BF9EA;
}
</style>