Shades of Pale Turquoise #9BF8ED
Tints of Pale Turquoise #9BF8ED
RGB
CMYK
RGB Variations
Color information
#9BF8ED (or 0x9BF8ED) is known color: Pale Turquoise. HEX triplet: 9B, F8 and ED. RGB value is (155,248,237). Sum of RGB (Red+Green+Blue) = 155+248+237=640 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.22% from 640); Green value is 248 (97.27% from 255 or 38.75% from 640); Blue value is 237 (92.97% from 255 or 37.03% from 640); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF8ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF8ED is #640712. Grayscale: #DADADA. Windows color (decimal): -6555411 or 15595675. OLE color: 15595675.
HSL color Cylindrical-coordinate representation of color #9BF8ED: hue angle of 172.9º degrees, saturation: 0.87, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BF8ED is Cyan = 0.38, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 248 | 237 | - |
| CMYK | 0.38 | 0 | 0.04 | 0.03 |
| HSL | 172.9º | 0.87% | 0.79% | - |
| HSV(B) | 172.9º | 0.38% | 0.97% | - |
| XYZ | 62.37 | 80.22 | 92.32 | - |
| YUV | 218.94 | 138.19 | 82.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 248 | 237 | 0.38 | 0 | 0.04 | 0.03 | 172.9 | 0.87 | 0.79 |
| Hex | 9B | F8 | ED | 26 | 0 | 4 | 3 | AD | 57 | 4F |
| Octal | 233 | 370 | 355 | 46 | 0 | 4 | 3 | 255 | 127 | 117 |
| Binary | 10011011 | 11111000 | 11101101 | 100110 | 0 | 100 | 11 | 10101101 | 1010111 | 1001111 |
Color Harmonies of #9BF8ED
Complementary color
Monochromatic Colors of #9BF8ED
Black with #9BF8ED
Text Example
Text Example
White with #9BF8ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF8ED; }
p { color: rgb(155,248,237); }
H1.HeaderClassName
{
color: #9BF8ED;
}
.AnyTagClassName
{
color: #9BF8ED;
}
</style>
background-color css
<style>
a { background-color: #9BF8ED; }
a { background-color: rgb(155,248,237); }
div.DivClassName
{
background-color: #9BF8ED;
}
.BgClassName
{
background-color: #9BF8ED;
}
</style>
border-color css
<style>
span { border-color: #9BF8ED; }
span { border-color: rgb(155,248,237); }
td.TdClassName
{
border-color: #9BF8ED;
}
.TagClassName
{
border-color: #9BF8ED;
}
</style>