Shades of Pale Turquoise #9BFFF1
Tints of Pale Turquoise #9BFFF1
RGB
CMYK
RGB Variations
Color information
#9BFFF1 (or 0x9BFFF1) is known color: Pale Turquoise. HEX triplet: 9B, FF and F1. RGB value is (155,255,241). Sum of RGB (Red+Green+Blue) = 155+255+241=651 (86% of max value = 765). Red value is 155 (60.94% from 255 or 23.81% from 651); Green value is 255 (100% from 255 or 39.17% from 651); Blue value is 241 (94.53% from 255 or 37.02% from 651); Max value from RGB is 255 - color contains mainly: green. Hex color #9BFFF1 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #9BFFF1 is #64000E. Grayscale: #DFDFDF. Windows color (decimal): -6553615 or 15859611. OLE color: 15859611.
HSL color Cylindrical-coordinate representation of color #9BFFF1: hue angle of 171.6º 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 #9BFFF1 is Cyan = 0.39, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 155 | 255 | 241 | - |
| CMYK | 0.39 | 0 | 0.05 | 0 |
| HSL | 171.6º | 1% | 0.8% | - |
| HSV(B) | 171.6º | 0.39% | 1% | - |
| XYZ | 65.15 | 84.84 | 96.16 | - |
| YUV | 223.5 | 137.87 | 79.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 255 | 241 | 0.39 | 0 | 0.05 | 0 | 171.6 | 1 | 0.8 |
| Hex | 9B | FF | F1 | 27 | 0 | 5 | 0 | AC | 64 | 50 |
| Octal | 233 | 377 | 361 | 47 | 0 | 5 | 0 | 254 | 144 | 120 |
| Binary | 10011011 | 11111111 | 11110001 | 100111 | 0 | 101 | 0 | 10101100 | 1100100 | 1010000 |
Color Harmonies of #9BFFF1
Complementary color
Monochromatic Colors of #9BFFF1
Black with #9BFFF1
Text Example
Text Example
White with #9BFFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BFFF1; }
p { color: rgb(155,255,241); }
H1.HeaderClassName
{
color: #9BFFF1;
}
.AnyTagClassName
{
color: #9BFFF1;
}
</style>
background-color css
<style>
a { background-color: #9BFFF1; }
a { background-color: rgb(155,255,241); }
div.DivClassName
{
background-color: #9BFFF1;
}
.BgClassName
{
background-color: #9BFFF1;
}
</style>
border-color css
<style>
span { border-color: #9BFFF1; }
span { border-color: rgb(155,255,241); }
td.TdClassName
{
border-color: #9BFFF1;
}
.TagClassName
{
border-color: #9BFFF1;
}
</style>