Shades of Pale Turquoise #9BFDFB
Tints of Pale Turquoise #9BFDFB
RGB
CMYK
RGB Variations
Color information
#9BFDFB (or 0x9BFDFB) is known color: Pale Turquoise. HEX triplet: 9B, FD and FB. RGB value is (155,253,251). Sum of RGB (Red+Green+Blue) = 155+253+251=659 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.52% from 659); Green value is 253 (99.22% from 255 or 38.39% from 659); Blue value is 251 (98.44% from 255 or 38.09% from 659); Max value from RGB is 253 - color contains mainly: green. Hex color #9BFDFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFDFB is #640204. Grayscale: #DFDFDF. Windows color (decimal): -6554117 or 16514459. OLE color: 16514459.
HSL color Cylindrical-coordinate representation of color #9BFDFB: hue angle of 178.78º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFDFB is Cyan = 0.39, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 253 | 251 | - |
| CMYK | 0.39 | 0 | 0.01 | 0.01 |
| HSL | 178.78º | 0.96% | 0.8% | - |
| HSV(B) | 178.78º | 0.39% | 0.99% | - |
| XYZ | 66.06 | 84.18 | 104.03 | - |
| YUV | 223.47 | 143.53 | 79.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 251 | 0.39 | 0 | 0.01 | 0.01 | 178.78 | 0.96 | 0.8 |
| Hex | 9B | FD | FB | 27 | 0 | 1 | 1 | B3 | 60 | 50 |
| Octal | 233 | 375 | 373 | 47 | 0 | 1 | 1 | 263 | 140 | 120 |
| Binary | 10011011 | 11111101 | 11111011 | 100111 | 0 | 1 | 1 | 10110011 | 1100000 | 1010000 |
Color Harmonies of #9BFDFB
Complementary color
Monochromatic Colors of #9BFDFB
Black with #9BFDFB
Text Example
Text Example
White with #9BFDFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFDFB; }
p { color: rgb(155,253,251); }
H1.HeaderClassName
{
color: #9BFDFB;
}
.AnyTagClassName
{
color: #9BFDFB;
}
</style>
background-color css
<style>
a { background-color: #9BFDFB; }
a { background-color: rgb(155,253,251); }
div.DivClassName
{
background-color: #9BFDFB;
}
.BgClassName
{
background-color: #9BFDFB;
}
</style>
border-color css
<style>
span { border-color: #9BFDFB; }
span { border-color: rgb(155,253,251); }
td.TdClassName
{
border-color: #9BFDFB;
}
.TagClassName
{
border-color: #9BFDFB;
}
</style>