Shades of Pale Turquoise #9BFAFA
Tints of Pale Turquoise #9BFAFA
RGB
CMYK
RGB Variations
Color information
#9BFAFA (or 0x9BFAFA) is known color: Pale Turquoise. HEX triplet: 9B, FA and FA. RGB value is (155,250,250). Sum of RGB (Red+Green+Blue) = 155+250+250=655 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.66% from 655); Green value is 250 (98.05% from 255 or 38.17% from 655); Blue value is 250 (98.05% from 255 or 38.17% from 655); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #9BFAFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFAFA is #640505. Grayscale: #DDDDDD. Windows color (decimal): -6554886 or 16448155. OLE color: 16448155.
HSL color Cylindrical-coordinate representation of color #9BFAFA: hue angle of 180º degrees, saturation: 0.9, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BFAFA is Cyan = 0.38, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 250 | - |
| CMYK | 0.38 | 0 | 0 | 0.02 |
| HSL | 180º | 0.9% | 0.79% | - |
| HSV(B) | 180º | 0.38% | 0.98% | - |
| XYZ | 64.96 | 82.24 | 102.89 | - |
| YUV | 221.6 | 144.03 | 80.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 250 | 0.38 | 0 | 0 | 0.02 | 180 | 0.9 | 0.79 |
| Hex | 9B | FA | FA | 26 | 0 | 0 | 2 | B4 | 5A | 4F |
| Octal | 233 | 372 | 372 | 46 | 0 | 0 | 2 | 264 | 132 | 117 |
| Binary | 10011011 | 11111010 | 11111010 | 100110 | 0 | 0 | 10 | 10110100 | 1011010 | 1001111 |
Color Harmonies of #9BFAFA
Complementary color
Monochromatic Colors of #9BFAFA
Black with #9BFAFA
Text Example
Text Example
White with #9BFAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFAFA; }
p { color: rgb(155,250,250); }
H1.HeaderClassName
{
color: #9BFAFA;
}
.AnyTagClassName
{
color: #9BFAFA;
}
</style>
background-color css
<style>
a { background-color: #9BFAFA; }
a { background-color: rgb(155,250,250); }
div.DivClassName
{
background-color: #9BFAFA;
}
.BgClassName
{
background-color: #9BFAFA;
}
</style>
border-color css
<style>
span { border-color: #9BFAFA; }
span { border-color: rgb(155,250,250); }
td.TdClassName
{
border-color: #9BFAFA;
}
.TagClassName
{
border-color: #9BFAFA;
}
</style>