Shades of Pale Turquoise #9BFEEB
Tints of Pale Turquoise #9BFEEB
RGB
CMYK
RGB Variations
Color information
#9BFEEB (or 0x9BFEEB) is known color: Pale Turquoise. HEX triplet: 9B, FE and EB. RGB value is (155,254,235). Sum of RGB (Red+Green+Blue) = 155+254+235=644 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.07% from 644); Green value is 254 (99.61% from 255 or 39.44% from 644); Blue value is 235 (92.19% from 255 or 36.49% from 644); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFEEB is #640114. Grayscale: #DEDEDE. Windows color (decimal): -6553877 or 15466139. OLE color: 15466139.
HSL color Cylindrical-coordinate representation of color #9BFEEB: hue angle of 168.48º 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 #9BFEEB is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 235 | - |
| CMYK | 0.39 | 0 | 0.07 | 0.00 |
| HSL | 168.48º | 0.98% | 0.8% | - |
| HSV(B) | 168.48º | 0.39% | 1% | - |
| XYZ | 63.95 | 83.85 | 91.41 | - |
| YUV | 222.23 | 135.2 | 80.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 235 | 0.39 | 0 | 0.07 | 0.00 | 168.48 | 0.98 | 0.8 |
| Hex | 9B | FE | EB | 27 | 0 | 7 | 0 | A8 | 62 | 50 |
| Octal | 233 | 376 | 353 | 47 | 0 | 7 | 0 | 250 | 142 | 120 |
| Binary | 10011011 | 11111110 | 11101011 | 100111 | 0 | 111 | 0 | 10101000 | 1100010 | 1010000 |
Color Harmonies of #9BFEEB
Complementary color
Monochromatic Colors of #9BFEEB
Black with #9BFEEB
Text Example
Text Example
White with #9BFEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEEB; }
p { color: rgb(155,254,235); }
H1.HeaderClassName
{
color: #9BFEEB;
}
.AnyTagClassName
{
color: #9BFEEB;
}
</style>
background-color css
<style>
a { background-color: #9BFEEB; }
a { background-color: rgb(155,254,235); }
div.DivClassName
{
background-color: #9BFEEB;
}
.BgClassName
{
background-color: #9BFEEB;
}
</style>
border-color css
<style>
span { border-color: #9BFEEB; }
span { border-color: rgb(155,254,235); }
td.TdClassName
{
border-color: #9BFEEB;
}
.TagClassName
{
border-color: #9BFEEB;
}
</style>