Shades of Pale Turquoise #B9EFF6
Tints of Pale Turquoise #B9EFF6
RGB
CMYK
RGB Variations
Color information
#B9EFF6 (or 0xB9EFF6) is known color: Pale Turquoise. HEX triplet: B9, EF and F6. RGB value is (185,239,246). Sum of RGB (Red+Green+Blue) = 185+239+246=670 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.61% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 246 (96.48% from 255 or 36.72% from 670); Max value from RGB is 246 - color contains mainly: blue. Hex color #B9EFF6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EFF6 is #461009. Grayscale: #DFDFDF. Windows color (decimal): -4591626 or 16183225. OLE color: 16183225.
HSL color Cylindrical-coordinate representation of color #B9EFF6: hue angle of 186.89º degrees, saturation: 0.77, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B9EFF6 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 185 | 239 | 246 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.04 |
| HSL | 186.89º | 0.77% | 0.85% | - |
| HSV(B) | 186.89º | 0.25% | 0.96% | - |
| XYZ | 67.51 | 78.7 | 98.82 | - |
| YUV | 223.65 | 140.61 | 100.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 239 | 246 | 0.25 | 0.03 | 0 | 0.04 | 186.89 | 0.77 | 0.85 |
| Hex | B9 | EF | F6 | 19 | 3 | 0 | 4 | BB | 4D | 55 |
| Octal | 271 | 357 | 366 | 31 | 3 | 0 | 4 | 273 | 115 | 125 |
| Binary | 10111001 | 11101111 | 11110110 | 11001 | 11 | 0 | 100 | 10111011 | 1001101 | 1010101 |
Color Harmonies of #B9EFF6
Complementary color
Monochromatic Colors of #B9EFF6
Black with #B9EFF6
Text Example
Text Example
White with #B9EFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EFF6; }
p { color: rgb(185,239,246); }
H1.HeaderClassName
{
color: #B9EFF6;
}
.AnyTagClassName
{
color: #B9EFF6;
}
</style>
background-color css
<style>
a { background-color: #B9EFF6; }
a { background-color: rgb(185,239,246); }
div.DivClassName
{
background-color: #B9EFF6;
}
.BgClassName
{
background-color: #B9EFF6;
}
</style>
border-color css
<style>
span { border-color: #B9EFF6; }
span { border-color: rgb(185,239,246); }
td.TdClassName
{
border-color: #B9EFF6;
}
.TagClassName
{
border-color: #B9EFF6;
}
</style>