Shades of Pale Turquoise #9FF6FB
Tints of Pale Turquoise #9FF6FB
RGB
CMYK
RGB Variations
Color information
#9FF6FB (or 0x9FF6FB) is known color: Pale Turquoise. HEX triplet: 9F, F6 and FB. RGB value is (159,246,251). Sum of RGB (Red+Green+Blue) = 159+246+251=656 (86% of max value = 765). Red value is 159 (62.5% from 255 or 24.24% from 656); Green value is 246 (96.48% from 255 or 37.5% from 656); Blue value is 251 (98.44% from 255 or 38.26% from 656); Max value from RGB is 251 - color contains mainly: blue. Hex color #9FF6FB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FF6FB is #600904. Grayscale: #DCDCDC. Windows color (decimal): -6293765 or 16512671. OLE color: 16512671.
HSL color Cylindrical-coordinate representation of color #9FF6FB: hue angle of 183.26º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FF6FB is Cyan = 0.37, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 246 | 251 | - |
| CMYK | 0.37 | 0.02 | 0 | 0.02 |
| HSL | 183.26º | 0.92% | 0.8% | - |
| HSV(B) | 183.26º | 0.37% | 0.98% | - |
| XYZ | 64.67 | 80.25 | 103.35 | - |
| YUV | 220.56 | 145.18 | 84.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 246 | 251 | 0.37 | 0.02 | 0 | 0.02 | 183.26 | 0.92 | 0.8 |
| Hex | 9F | F6 | FB | 25 | 2 | 0 | 2 | B7 | 5C | 50 |
| Octal | 237 | 366 | 373 | 45 | 2 | 0 | 2 | 267 | 134 | 120 |
| Binary | 10011111 | 11110110 | 11111011 | 100101 | 10 | 0 | 10 | 10110111 | 1011100 | 1010000 |
Color Harmonies of #9FF6FB
Complementary color
Monochromatic Colors of #9FF6FB
Black with #9FF6FB
Text Example
Text Example
White with #9FF6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FF6FB; }
p { color: rgb(159,246,251); }
H1.HeaderClassName
{
color: #9FF6FB;
}
.AnyTagClassName
{
color: #9FF6FB;
}
</style>
background-color css
<style>
a { background-color: #9FF6FB; }
a { background-color: rgb(159,246,251); }
div.DivClassName
{
background-color: #9FF6FB;
}
.BgClassName
{
background-color: #9FF6FB;
}
</style>
border-color css
<style>
span { border-color: #9FF6FB; }
span { border-color: rgb(159,246,251); }
td.TdClassName
{
border-color: #9FF6FB;
}
.TagClassName
{
border-color: #9FF6FB;
}
</style>