Shades of Pale Turquoise #9BFAEC
Tints of Pale Turquoise #9BFAEC
RGB
CMYK
RGB Variations
Color information
#9BFAEC (or 0x9BFAEC) is known color: Pale Turquoise. HEX triplet: 9B, FA and EC. RGB value is (155,250,236). Sum of RGB (Red+Green+Blue) = 155+250+236=641 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.18% from 641); Green value is 250 (98.05% from 255 or 39.00% from 641); Blue value is 236 (92.58% from 255 or 36.82% from 641); Max value from RGB is 250 - color contains mainly: green. Hex color #9BFAEC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFAEC is #640513. Grayscale: #DBDBDB. Windows color (decimal): -6554900 or 15530651. OLE color: 15530651.
HSL color Cylindrical-coordinate representation of color #9BFAEC: hue angle of 171.16º 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 #9BFAEC is Cyan = 0.38, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 155 | 250 | 236 | - |
| CMYK | 0.38 | 0 | 0.06 | 0.02 |
| HSL | 171.16º | 0.9% | 0.79% | - |
| HSV(B) | 171.16º | 0.38% | 0.98% | - |
| XYZ | 62.84 | 81.4 | 91.76 | - |
| YUV | 220 | 137.03 | 81.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 250 | 236 | 0.38 | 0 | 0.06 | 0.02 | 171.16 | 0.9 | 0.79 |
| Hex | 9B | FA | EC | 26 | 0 | 6 | 2 | AB | 5A | 4F |
| Octal | 233 | 372 | 354 | 46 | 0 | 6 | 2 | 253 | 132 | 117 |
| Binary | 10011011 | 11111010 | 11101100 | 100110 | 0 | 110 | 10 | 10101011 | 1011010 | 1001111 |
Color Harmonies of #9BFAEC
Complementary color
Monochromatic Colors of #9BFAEC
Black with #9BFAEC
Text Example
Text Example
White with #9BFAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFAEC; }
p { color: rgb(155,250,236); }
H1.HeaderClassName
{
color: #9BFAEC;
}
.AnyTagClassName
{
color: #9BFAEC;
}
</style>
background-color css
<style>
a { background-color: #9BFAEC; }
a { background-color: rgb(155,250,236); }
div.DivClassName
{
background-color: #9BFAEC;
}
.BgClassName
{
background-color: #9BFAEC;
}
</style>
border-color css
<style>
span { border-color: #9BFAEC; }
span { border-color: rgb(155,250,236); }
td.TdClassName
{
border-color: #9BFAEC;
}
.TagClassName
{
border-color: #9BFAEC;
}
</style>