Shades of Pale Turquoise #9BFCFF
Tints of Pale Turquoise #9BFCFF
RGB
CMYK
RGB Variations
Color information
#9BFCFF (or 0x9BFCFF) is known color: Pale Turquoise. HEX triplet: 9B, FC and FF. RGB value is (155,252,255). Sum of RGB (Red+Green+Blue) = 155+252+255=662 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.41% from 662); Green value is 252 (98.83% from 255 or 38.07% from 662); Blue value is 255 (100% from 255 or 38.52% from 662); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BFCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFCFF is #640300. Grayscale: #DFDFDF. Windows color (decimal): -6554369 or 16776347. OLE color: 16776347.
HSL color Cylindrical-coordinate representation of color #9BFCFF: hue angle of 181.8º 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 #9BFCFF is Cyan = 0.39, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 252 | 255 | - |
| CMYK | 0.39 | 0.01 | 0 | 0 |
| HSL | 181.8º | 1% | 0.8% | - |
| HSV(B) | 181.8º | 0.39% | 1% | - |
| XYZ | 66.38 | 83.81 | 107.29 | - |
| YUV | 223.34 | 145.86 | 79.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 252 | 255 | 0.39 | 0.01 | 0 | 0 | 181.8 | 1 | 0.8 |
| Hex | 9B | FC | FF | 27 | 1 | 0 | 0 | B6 | 64 | 50 |
| Octal | 233 | 374 | 377 | 47 | 1 | 0 | 0 | 266 | 144 | 120 |
| Binary | 10011011 | 11111100 | 11111111 | 100111 | 1 | 0 | 0 | 10110110 | 1100100 | 1010000 |
Color Harmonies of #9BFCFF
Complementary color
Monochromatic Colors of #9BFCFF
Black with #9BFCFF
Text Example
Text Example
White with #9BFCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFCFF; }
p { color: rgb(155,252,255); }
H1.HeaderClassName
{
color: #9BFCFF;
}
.AnyTagClassName
{
color: #9BFCFF;
}
</style>
background-color css
<style>
a { background-color: #9BFCFF; }
a { background-color: rgb(155,252,255); }
div.DivClassName
{
background-color: #9BFCFF;
}
.BgClassName
{
background-color: #9BFCFF;
}
</style>
border-color css
<style>
span { border-color: #9BFCFF; }
span { border-color: rgb(155,252,255); }
td.TdClassName
{
border-color: #9BFCFF;
}
.TagClassName
{
border-color: #9BFCFF;
}
</style>