Shades of Pale Turquoise #9FFBFF
Tints of Pale Turquoise #9FFBFF
RGB
CMYK
RGB Variations
Color information
#9FFBFF (or 0x9FFBFF) is known color: Pale Turquoise. HEX triplet: 9F, FB and FF. RGB value is (159,251,255). Sum of RGB (Red+Green+Blue) = 159+251+255=665 (88% of max value = 765). Red value is 159 (62.5% from 255 or 23.91% from 665); Green value is 251 (98.44% from 255 or 37.74% from 665); Blue value is 255 (100% from 255 or 38.35% from 665); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FFBFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFBFF is #600400. Grayscale: #DFDFDF. Windows color (decimal): -6292481 or 16776095. OLE color: 16776095.
HSL color Cylindrical-coordinate representation of color #9FFBFF: hue angle of 182.5º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FFBFF is Cyan = 0.38, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 159 | 251 | 255 | - |
| CMYK | 0.38 | 0.02 | 0 | 0 |
| HSL | 182.5º | 1% | 0.81% | - |
| HSV(B) | 182.5º | 0.38% | 1% | - |
| XYZ | 66.85 | 83.59 | 107.22 | - |
| YUV | 223.95 | 145.52 | 81.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 255 | 0.38 | 0.02 | 0 | 0 | 182.5 | 1 | 0.81 |
| Hex | 9F | FB | FF | 26 | 2 | 0 | 0 | B6 | 64 | 51 |
| Octal | 237 | 373 | 377 | 46 | 2 | 0 | 0 | 266 | 144 | 121 |
| Binary | 10011111 | 11111011 | 11111111 | 100110 | 10 | 0 | 0 | 10110110 | 1100100 | 1010001 |
Color Harmonies of #9FFBFF
Complementary color
Monochromatic Colors of #9FFBFF
Black with #9FFBFF
Text Example
Text Example
White with #9FFBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBFF; }
p { color: rgb(159,251,255); }
H1.HeaderClassName
{
color: #9FFBFF;
}
.AnyTagClassName
{
color: #9FFBFF;
}
</style>
background-color css
<style>
a { background-color: #9FFBFF; }
a { background-color: rgb(159,251,255); }
div.DivClassName
{
background-color: #9FFBFF;
}
.BgClassName
{
background-color: #9FFBFF;
}
</style>
border-color css
<style>
span { border-color: #9FFBFF; }
span { border-color: rgb(159,251,255); }
td.TdClassName
{
border-color: #9FFBFF;
}
.TagClassName
{
border-color: #9FFBFF;
}
</style>