Shades of Pale Turquoise #9BFBED
Tints of Pale Turquoise #9BFBED
RGB
CMYK
RGB Variations
Color information
#9BFBED (or 0x9BFBED) is known color: Pale Turquoise. HEX triplet: 9B, FB and ED. RGB value is (155,251,237). Sum of RGB (Red+Green+Blue) = 155+251+237=643 (85% of max value = 765). Red value is 155 (60.94% from 255 or 24.11% from 643); Green value is 251 (98.44% from 255 or 39.04% from 643); Blue value is 237 (92.97% from 255 or 36.86% from 643); Max value from RGB is 251 - color contains mainly: green. Hex color #9BFBED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFBED is #640412. Grayscale: #DCDCDC. Windows color (decimal): -6554643 or 15596443. OLE color: 15596443.
HSL color Cylindrical-coordinate representation of color #9BFBED: hue angle of 171.25º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFBED is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 251 | 237 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.02 |
| HSL | 171.25º | 0.92% | 0.8% | - |
| HSV(B) | 171.25º | 0.38% | 0.98% | - |
| XYZ | 63.3 | 82.08 | 92.63 | - |
| YUV | 220.7 | 137.2 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 251 | 237 | 0.38 | 0 | 0.06 | 0.02 | 171.25 | 0.92 | 0.8 |
| Hex | 9B | FB | ED | 26 | 0 | 6 | 2 | AB | 5C | 50 |
| Octal | 233 | 373 | 355 | 46 | 0 | 6 | 2 | 253 | 134 | 120 |
| Binary | 10011011 | 11111011 | 11101101 | 100110 | 0 | 110 | 10 | 10101011 | 1011100 | 1010000 |
Color Harmonies of #9BFBED
Complementary color
Monochromatic Colors of #9BFBED
Black with #9BFBED
Text Example
Text Example
White with #9BFBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFBED; }
p { color: rgb(155,251,237); }
H1.HeaderClassName
{
color: #9BFBED;
}
.AnyTagClassName
{
color: #9BFBED;
}
</style>
background-color css
<style>
a { background-color: #9BFBED; }
a { background-color: rgb(155,251,237); }
div.DivClassName
{
background-color: #9BFBED;
}
.BgClassName
{
background-color: #9BFBED;
}
</style>
border-color css
<style>
span { border-color: #9BFBED; }
span { border-color: rgb(155,251,237); }
td.TdClassName
{
border-color: #9BFBED;
}
.TagClassName
{
border-color: #9BFBED;
}
</style>