Shades of Pale Turquoise #9BFFED
Tints of Pale Turquoise #9BFFED
RGB
CMYK
RGB Variations
Color information
#9BFFED (or 0x9BFFED) is known color: Pale Turquoise. HEX triplet: 9B, FF and ED. RGB value is (155,255,237). Sum of RGB (Red+Green+Blue) = 155+255+237=647 (85% of max value = 765). Red value is 155 (60.94% from 255 or 23.96% from 647); Green value is 255 (100% from 255 or 39.41% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFED is #640012. Grayscale: #DFDFDF. Windows color (decimal): -6553619 or 15597467. OLE color: 15597467.
HSL color Cylindrical-coordinate representation of color #9BFFED: hue angle of 169.2º 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 #9BFFED is Cyan = 0.39, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 237 | - |
| CMYK | 0.39 | 0 | 0.07 | 0 |
| HSL | 169.2º | 1% | 0.8% | - |
| HSV(B) | 169.2º | 0.39% | 1% | - |
| XYZ | 64.56 | 84.6 | 93.05 | - |
| YUV | 223.05 | 135.87 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 237 | 0.39 | 0 | 0.07 | 0 | 169.2 | 1 | 0.8 |
| Hex | 9B | FF | ED | 27 | 0 | 7 | 0 | A9 | 64 | 50 |
| Octal | 233 | 377 | 355 | 47 | 0 | 7 | 0 | 251 | 144 | 120 |
| Binary | 10011011 | 11111111 | 11101101 | 100111 | 0 | 111 | 0 | 10101001 | 1100100 | 1010000 |
Color Harmonies of #9BFFED
Complementary color
Monochromatic Colors of #9BFFED
Black with #9BFFED
Text Example
Text Example
White with #9BFFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFED; }
p { color: rgb(155,255,237); }
H1.HeaderClassName
{
color: #9BFFED;
}
.AnyTagClassName
{
color: #9BFFED;
}
</style>
background-color css
<style>
a { background-color: #9BFFED; }
a { background-color: rgb(155,255,237); }
div.DivClassName
{
background-color: #9BFFED;
}
.BgClassName
{
background-color: #9BFFED;
}
</style>
border-color css
<style>
span { border-color: #9BFFED; }
span { border-color: rgb(155,255,237); }
td.TdClassName
{
border-color: #9BFFED;
}
.TagClassName
{
border-color: #9BFFED;
}
</style>