Shades of Pale Turquoise #9BFFEE
Tints of Pale Turquoise #9BFFEE
RGB
CMYK
RGB Variations
Color information
#9BFFEE (or 0x9BFFEE) is known color: Pale Turquoise. HEX triplet: 9B, FF and EE. RGB value is (155,255,238). Sum of RGB (Red+Green+Blue) = 155+255+238=648 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.92% from 648); Green value is 255 (100% from 255 or 39.35% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFEE is #640011. Grayscale: #DFDFDF. Windows color (decimal): -6553618 or 15663003. OLE color: 15663003.
HSL color Cylindrical-coordinate representation of color #9BFFEE: hue angle of 169.8º 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 #9BFFEE is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 238 | - |
| CMYK | 0.39 | 0 | 0.07 | 0 |
| HSL | 169.8º | 1% | 0.8% | - |
| HSV(B) | 169.8º | 0.39% | 1% | - |
| XYZ | 64.71 | 84.66 | 93.82 | - |
| YUV | 223.16 | 136.37 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 238 | 0.39 | 0 | 0.07 | 0 | 169.8 | 1 | 0.8 |
| Hex | 9B | FF | EE | 27 | 0 | 7 | 0 | AA | 64 | 50 |
| Octal | 233 | 377 | 356 | 47 | 0 | 7 | 0 | 252 | 144 | 120 |
| Binary | 10011011 | 11111111 | 11101110 | 100111 | 0 | 111 | 0 | 10101010 | 1100100 | 1010000 |
Color Harmonies of #9BFFEE
Complementary color
Monochromatic Colors of #9BFFEE
Black with #9BFFEE
Text Example
Text Example
White with #9BFFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFEE; }
p { color: rgb(155,255,238); }
H1.HeaderClassName
{
color: #9BFFEE;
}
.AnyTagClassName
{
color: #9BFFEE;
}
</style>
background-color css
<style>
a { background-color: #9BFFEE; }
a { background-color: rgb(155,255,238); }
div.DivClassName
{
background-color: #9BFFEE;
}
.BgClassName
{
background-color: #9BFFEE;
}
</style>
border-color css
<style>
span { border-color: #9BFFEE; }
span { border-color: rgb(155,255,238); }
td.TdClassName
{
border-color: #9BFFEE;
}
.TagClassName
{
border-color: #9BFFEE;
}
</style>