Shades of Pale Turquoise #9DFFFB
Tints of Pale Turquoise #9DFFFB
RGB
CMYK
RGB Variations
Color information
#9DFFFB (or 0x9DFFFB) is known color: Pale Turquoise. HEX triplet: 9D, FF and FB. RGB value is (157,255,251). Sum of RGB (Red+Green+Blue) = 157+255+251=663 (87% of max value = 765). Red value is 157 (61.72% from 255 or 23.68% from 663); Green value is 255 (100% from 255 or 38.46% from 663); Blue value is 251 (98.44% from 255 or 37.86% from 663); Max value from RGB is 255 - color contains mainly: green. Hex color #9DFFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9DFFFB is #620004. Grayscale: #E1E1E1. Windows color (decimal): -6422533 or 16514973. OLE color: 16514973.
HSL color Cylindrical-coordinate representation of color #9DFFFB: hue angle of 177.55º 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 #9DFFFB is Cyan = 0.38, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 157 | 255 | 251 | - |
| CMYK | 0.38 | 0 | 0.02 | 0 |
| HSL | 177.55º | 1% | 0.81% | - |
| HSV(B) | 177.55º | 0.38% | 1% | - |
| XYZ | 67.08 | 85.65 | 104.26 | - |
| YUV | 225.24 | 142.53 | 79.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 255 | 251 | 0.38 | 0 | 0.02 | 0 | 177.55 | 1 | 0.81 |
| Hex | 9D | FF | FB | 26 | 0 | 2 | 0 | B2 | 64 | 51 |
| Octal | 235 | 377 | 373 | 46 | 0 | 2 | 0 | 262 | 144 | 121 |
| Binary | 10011101 | 11111111 | 11111011 | 100110 | 0 | 10 | 0 | 10110010 | 1100100 | 1010001 |
Color Harmonies of #9DFFFB
Complementary color
Monochromatic Colors of #9DFFFB
Black with #9DFFFB
Text Example
Text Example
White with #9DFFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DFFFB; }
p { color: rgb(157,255,251); }
H1.HeaderClassName
{
color: #9DFFFB;
}
.AnyTagClassName
{
color: #9DFFFB;
}
</style>
background-color css
<style>
a { background-color: #9DFFFB; }
a { background-color: rgb(157,255,251); }
div.DivClassName
{
background-color: #9DFFFB;
}
.BgClassName
{
background-color: #9DFFFB;
}
</style>
border-color css
<style>
span { border-color: #9DFFFB; }
span { border-color: rgb(157,255,251); }
td.TdClassName
{
border-color: #9DFFFB;
}
.TagClassName
{
border-color: #9DFFFB;
}
</style>