Shades of Pale Turquoise #9BFDFF
Tints of Pale Turquoise #9BFDFF
RGB
CMYK
RGB Variations
Color information
#9BFDFF (or 0x9BFDFF) is known color: Pale Turquoise. HEX triplet: 9B, FD and FF. RGB value is (155,253,255). Sum of RGB (Red+Green+Blue) = 155+253+255=663 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.38% from 663); Green value is 253 (99.22% from 255 or 38.16% from 663); Blue value is 255 (100% from 255 or 38.46% from 663); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BFDFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFDFF is #640200. Grayscale: #DFDFDF. Windows color (decimal): -6554113 or 16776603. OLE color: 16776603.
HSL color Cylindrical-coordinate representation of color #9BFDFF: hue angle of 181.2º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFDFF is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 253 | 255 | - |
| CMYK | 0.39 | 0.01 | 0 | 0 |
| HSL | 181.2º | 1% | 0.8% | - |
| HSV(B) | 181.2º | 0.39% | 1% | - |
| XYZ | 66.69 | 84.44 | 107.39 | - |
| YUV | 223.93 | 145.53 | 78.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 253 | 255 | 0.39 | 0.01 | 0 | 0 | 181.2 | 1 | 0.8 |
| Hex | 9B | FD | FF | 27 | 1 | 0 | 0 | B5 | 64 | 50 |
| Octal | 233 | 375 | 377 | 47 | 1 | 0 | 0 | 265 | 144 | 120 |
| Binary | 10011011 | 11111101 | 11111111 | 100111 | 1 | 0 | 0 | 10110101 | 1100100 | 1010000 |
Color Harmonies of #9BFDFF
Complementary color
Monochromatic Colors of #9BFDFF
Black with #9BFDFF
Text Example
Text Example
White with #9BFDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFDFF; }
p { color: rgb(155,253,255); }
H1.HeaderClassName
{
color: #9BFDFF;
}
.AnyTagClassName
{
color: #9BFDFF;
}
</style>
background-color css
<style>
a { background-color: #9BFDFF; }
a { background-color: rgb(155,253,255); }
div.DivClassName
{
background-color: #9BFDFF;
}
.BgClassName
{
background-color: #9BFDFF;
}
</style>
border-color css
<style>
span { border-color: #9BFDFF; }
span { border-color: rgb(155,253,255); }
td.TdClassName
{
border-color: #9BFDFF;
}
.TagClassName
{
border-color: #9BFDFF;
}
</style>