Shades of Pale Turquoise #9BFFEF
Tints of Pale Turquoise #9BFFEF
RGB
CMYK
RGB Variations
Color information
#9BFFEF (or 0x9BFFEF) is known color: Pale Turquoise. HEX triplet: 9B, FF and EF. RGB value is (155,255,239). Sum of RGB (Red+Green+Blue) = 155+255+239=649 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.88% from 649); Green value is 255 (100% from 255 or 39.29% from 649); Blue value is 239 (93.75% from 255 or 36.83% from 649); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFEF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFEF is #640010. Grayscale: #DFDFDF. Windows color (decimal): -6553617 or 15728539. OLE color: 15728539.
HSL color Cylindrical-coordinate representation of color #9BFFEF: hue angle of 170.4º 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 #9BFFEF is Cyan = 0.39, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 239 | - |
| CMYK | 0.39 | 0 | 0.06 | 0 |
| HSL | 170.4º | 1% | 0.8% | - |
| HSV(B) | 170.4º | 0.39% | 1% | - |
| XYZ | 64.86 | 84.72 | 94.6 | - |
| YUV | 223.28 | 136.87 | 79.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 239 | 0.39 | 0 | 0.06 | 0 | 170.4 | 1 | 0.8 |
| Hex | 9B | FF | EF | 27 | 0 | 6 | 0 | AA | 64 | 50 |
| Octal | 233 | 377 | 357 | 47 | 0 | 6 | 0 | 252 | 144 | 120 |
| Binary | 10011011 | 11111111 | 11101111 | 100111 | 0 | 110 | 0 | 10101010 | 1100100 | 1010000 |
Color Harmonies of #9BFFEF
Complementary color
Monochromatic Colors of #9BFFEF
Black with #9BFFEF
Text Example
Text Example
White with #9BFFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFEF; }
p { color: rgb(155,255,239); }
H1.HeaderClassName
{
color: #9BFFEF;
}
.AnyTagClassName
{
color: #9BFFEF;
}
</style>
background-color css
<style>
a { background-color: #9BFFEF; }
a { background-color: rgb(155,255,239); }
div.DivClassName
{
background-color: #9BFFEF;
}
.BgClassName
{
background-color: #9BFFEF;
}
</style>
border-color css
<style>
span { border-color: #9BFFEF; }
span { border-color: rgb(155,255,239); }
td.TdClassName
{
border-color: #9BFFEF;
}
.TagClassName
{
border-color: #9BFFEF;
}
</style>