Shades of Pale Turquoise #9BF1EF
Tints of Pale Turquoise #9BF1EF
RGB
CMYK
RGB Variations
Color information
#9BF1EF (or 0x9BF1EF) is known color: Pale Turquoise. HEX triplet: 9B, F1 and EF. RGB value is (155,241,239). Sum of RGB (Red+Green+Blue) = 155+241+239=635 (84% of max value = 765). Red value is 155 (60.94% from 255 or 24.41% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 239 (93.75% from 255 or 37.64% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #9BF1EF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BF1EF is #640E10. Grayscale: #D6D6D6. Windows color (decimal): -6557201 or 15724955. OLE color: 15724955.
HSL color Cylindrical-coordinate representation of color #9BF1EF: hue angle of 178.6º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BF1EF is Cyan = 0.36, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 241 | 239 | - |
| CMYK | 0.36 | 0 | 0.01 | 0.05 |
| HSL | 178.6º | 0.75% | 0.78% | - |
| HSV(B) | 178.6º | 0.36% | 0.95% | - |
| XYZ | 60.55 | 76.11 | 93.16 | - |
| YUV | 215.06 | 141.51 | 85.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 241 | 239 | 0.36 | 0 | 0.01 | 0.05 | 178.6 | 0.75 | 0.78 |
| Hex | 9B | F1 | EF | 24 | 0 | 1 | 5 | B3 | 4B | 4E |
| Octal | 233 | 361 | 357 | 44 | 0 | 1 | 5 | 263 | 113 | 116 |
| Binary | 10011011 | 11110001 | 11101111 | 100100 | 0 | 1 | 101 | 10110011 | 1001011 | 1001110 |
Color Harmonies of #9BF1EF
Complementary color
Monochromatic Colors of #9BF1EF
Black with #9BF1EF
Text Example
Text Example
White with #9BF1EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BF1EF; }
p { color: rgb(155,241,239); }
H1.HeaderClassName
{
color: #9BF1EF;
}
.AnyTagClassName
{
color: #9BF1EF;
}
</style>
background-color css
<style>
a { background-color: #9BF1EF; }
a { background-color: rgb(155,241,239); }
div.DivClassName
{
background-color: #9BF1EF;
}
.BgClassName
{
background-color: #9BF1EF;
}
</style>
border-color css
<style>
span { border-color: #9BF1EF; }
span { border-color: rgb(155,241,239); }
td.TdClassName
{
border-color: #9BF1EF;
}
.TagClassName
{
border-color: #9BF1EF;
}
</style>