Shades of Pale Turquoise #9FFBFB
Tints of Pale Turquoise #9FFBFB
RGB
CMYK
RGB Variations
Color information
#9FFBFB (or 0x9FFBFB) is known color: Pale Turquoise. HEX triplet: 9F, FB and FB. RGB value is (159,251,251). Sum of RGB (Red+Green+Blue) = 159+251+251=661 (87% of max value = 765). Red value is 159 (62.5% from 255 or 24.05% from 661); Green value is 251 (98.44% from 255 or 37.97% from 661); Blue value is 251 (98.44% from 255 or 37.97% from 661); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #9FFBFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9FFBFB is #600404. Grayscale: #DFDFDF. Windows color (decimal): -6292485 or 16513951. OLE color: 16513951.
HSL color Cylindrical-coordinate representation of color #9FFBFB: hue angle of 180º 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 #9FFBFB is Cyan = 0.37, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 251 | 251 | - |
| CMYK | 0.37 | 0 | 0 | 0.02 |
| HSL | 180º | 0.92% | 0.8% | - |
| HSV(B) | 180º | 0.37% | 0.98% | - |
| XYZ | 66.21 | 83.33 | 103.86 | - |
| YUV | 223.49 | 143.52 | 82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 251 | 251 | 0.37 | 0 | 0 | 0.02 | 180 | 0.92 | 0.8 |
| Hex | 9F | FB | FB | 25 | 0 | 0 | 2 | B4 | 5C | 50 |
| Octal | 237 | 373 | 373 | 45 | 0 | 0 | 2 | 264 | 134 | 120 |
| Binary | 10011111 | 11111011 | 11111011 | 100101 | 0 | 0 | 10 | 10110100 | 1011100 | 1010000 |
Color Harmonies of #9FFBFB
Complementary color
Monochromatic Colors of #9FFBFB
Black with #9FFBFB
Text Example
Text Example
White with #9FFBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFBFB; }
p { color: rgb(159,251,251); }
H1.HeaderClassName
{
color: #9FFBFB;
}
.AnyTagClassName
{
color: #9FFBFB;
}
</style>
background-color css
<style>
a { background-color: #9FFBFB; }
a { background-color: rgb(159,251,251); }
div.DivClassName
{
background-color: #9FFBFB;
}
.BgClassName
{
background-color: #9FFBFB;
}
</style>
border-color css
<style>
span { border-color: #9FFBFB; }
span { border-color: rgb(159,251,251); }
td.TdClassName
{
border-color: #9FFBFB;
}
.TagClassName
{
border-color: #9FFBFB;
}
</style>