Shades of Pale Turquoise #9BFAFF
Tints of Pale Turquoise #9BFAFF
RGB
CMYK
RGB Variations
Color information
#9BFAFF (or 0x9BFAFF) is known color: Pale Turquoise. HEX triplet: 9B, FA and FF. RGB value is (155,250,255). Sum of RGB (Red+Green+Blue) = 155+250+255=660 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.48% from 660); Green value is 250 (98.05% from 255 or 37.88% from 660); Blue value is 255 (100% from 255 or 38.64% from 660); Max value from RGB is 255 - color contains mainly: blue. Hex color #9BFAFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFAFF is #640500. Grayscale: #DEDEDE. Windows color (decimal): -6554881 or 16775835. OLE color: 16775835.
HSL color Cylindrical-coordinate representation of color #9BFAFF: hue angle of 183º 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 #9BFAFF is Cyan = 0.39, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 250 | 255 | - |
| CMYK | 0.39 | 0.02 | 0 | 0 |
| HSL | 183º | 1% | 0.8% | - |
| HSV(B) | 183º | 0.39% | 1% | - |
| XYZ | 65.75 | 82.56 | 107.08 | - |
| YUV | 222.17 | 146.53 | 80.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 255 | 0.39 | 0.02 | 0 | 0 | 183 | 1 | 0.8 |
| Hex | 9B | FA | FF | 27 | 2 | 0 | 0 | B7 | 64 | 50 |
| Octal | 233 | 372 | 377 | 47 | 2 | 0 | 0 | 267 | 144 | 120 |
| Binary | 10011011 | 11111010 | 11111111 | 100111 | 10 | 0 | 0 | 10110111 | 1100100 | 1010000 |
Color Harmonies of #9BFAFF
Complementary color
Monochromatic Colors of #9BFAFF
Black with #9BFAFF
Text Example
Text Example
White with #9BFAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFAFF; }
p { color: rgb(155,250,255); }
H1.HeaderClassName
{
color: #9BFAFF;
}
.AnyTagClassName
{
color: #9BFAFF;
}
</style>
background-color css
<style>
a { background-color: #9BFAFF; }
a { background-color: rgb(155,250,255); }
div.DivClassName
{
background-color: #9BFAFF;
}
.BgClassName
{
background-color: #9BFAFF;
}
</style>
border-color css
<style>
span { border-color: #9BFAFF; }
span { border-color: rgb(155,250,255); }
td.TdClassName
{
border-color: #9BFAFF;
}
.TagClassName
{
border-color: #9BFAFF;
}
</style>