Shades of Pale Turquoise #9BFEFA
Tints of Pale Turquoise #9BFEFA
RGB
CMYK
RGB Variations
Color information
#9BFEFA (or 0x9BFEFA) is known color: Pale Turquoise. HEX triplet: 9B, FE and FA. RGB value is (155,254,250). Sum of RGB (Red+Green+Blue) = 155+254+250=659 (87% of max value = 765). Red value is 155 (60.94% from 255 or 23.52% from 659); Green value is 254 (99.61% from 255 or 38.54% from 659); Blue value is 250 (98.05% from 255 or 37.94% from 659); Max value from RGB is 254 - color contains mainly: green. Hex color #9BFEFA is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFEFA is #640105. Grayscale: #DFDFDF. Windows color (decimal): -6553862 or 16449179. OLE color: 16449179.
HSL color Cylindrical-coordinate representation of color #9BFEFA: hue angle of 177.58º degrees, saturation: 0.98, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BFEFA is Cyan = 0.39, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 155 | 254 | 250 | - |
| CMYK | 0.39 | 0 | 0.02 | 0.00 |
| HSL | 177.58º | 0.98% | 0.8% | - |
| HSV(B) | 177.58º | 0.39% | 1% | - |
| XYZ | 66.21 | 84.75 | 103.31 | - |
| YUV | 223.94 | 142.7 | 78.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 254 | 250 | 0.39 | 0 | 0.02 | 0.00 | 177.58 | 0.98 | 0.8 |
| Hex | 9B | FE | FA | 27 | 0 | 2 | 0 | B2 | 62 | 50 |
| Octal | 233 | 376 | 372 | 47 | 0 | 2 | 0 | 262 | 142 | 120 |
| Binary | 10011011 | 11111110 | 11111010 | 100111 | 0 | 10 | 0 | 10110010 | 1100010 | 1010000 |
Color Harmonies of #9BFEFA
Complementary color
Monochromatic Colors of #9BFEFA
Black with #9BFEFA
Text Example
Text Example
White with #9BFEFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFEFA; }
p { color: rgb(155,254,250); }
H1.HeaderClassName
{
color: #9BFEFA;
}
.AnyTagClassName
{
color: #9BFEFA;
}
</style>
background-color css
<style>
a { background-color: #9BFEFA; }
a { background-color: rgb(155,254,250); }
div.DivClassName
{
background-color: #9BFEFA;
}
.BgClassName
{
background-color: #9BFEFA;
}
</style>
border-color css
<style>
span { border-color: #9BFEFA; }
span { border-color: rgb(155,254,250); }
td.TdClassName
{
border-color: #9BFEFA;
}
.TagClassName
{
border-color: #9BFEFA;
}
</style>