Shades of Pale Turquoise #9BF8F0
Tints of Pale Turquoise #9BF8F0
RGB
CMYK
RGB Variations
Color information
#9BF8F0 (or 0x9BF8F0) is known color: Pale Turquoise. HEX triplet: 9B, F8 and F0. RGB value is (155,248,240). Sum of RGB (Red+Green+Blue) = 155+248+240=643 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.11% from 643); Green value is 248 (97.27% from 255 or 38.57% from 643); Blue value is 240 (94.14% from 255 or 37.33% from 643); Max value from RGB is 248 - color contains mainly: green. Hex color #9BF8F0 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF8F0 is #64070F. Grayscale: #DBDBDB. Windows color (decimal): -6555408 or 15792283. OLE color: 15792283.
HSL color Cylindrical-coordinate representation of color #9BF8F0: hue angle of 174.84º 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 #9BF8F0 is Cyan = 0.38, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 155 | 248 | 240 | - |
| CMYK | 0.38 | 0 | 0.03 | 0.03 |
| HSL | 174.84º | 0.87% | 0.79% | - |
| HSV(B) | 174.84º | 0.38% | 0.97% | - |
| XYZ | 62.81 | 80.39 | 94.65 | - |
| YUV | 219.28 | 139.69 | 82.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 248 | 240 | 0.38 | 0 | 0.03 | 0.03 | 174.84 | 0.87 | 0.79 |
| Hex | 9B | F8 | F0 | 26 | 0 | 3 | 3 | AF | 57 | 4F |
| Octal | 233 | 370 | 360 | 46 | 0 | 3 | 3 | 257 | 127 | 117 |
| Binary | 10011011 | 11111000 | 11110000 | 100110 | 0 | 11 | 11 | 10101111 | 1010111 | 1001111 |
Color Harmonies of #9BF8F0
Complementary color
Monochromatic Colors of #9BF8F0
Black with #9BF8F0
Text Example
Text Example
White with #9BF8F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF8F0; }
p { color: rgb(155,248,240); }
H1.HeaderClassName
{
color: #9BF8F0;
}
.AnyTagClassName
{
color: #9BF8F0;
}
</style>
background-color css
<style>
a { background-color: #9BF8F0; }
a { background-color: rgb(155,248,240); }
div.DivClassName
{
background-color: #9BF8F0;
}
.BgClassName
{
background-color: #9BF8F0;
}
</style>
border-color css
<style>
span { border-color: #9BF8F0; }
span { border-color: rgb(155,248,240); }
td.TdClassName
{
border-color: #9BF8F0;
}
.TagClassName
{
border-color: #9BF8F0;
}
</style>