Shades of Pale Turquoise #B9EFF3
Tints of Pale Turquoise #B9EFF3
RGB
CMYK
RGB Variations
Color information
#B9EFF3 (or 0xB9EFF3) is known color: Pale Turquoise. HEX triplet: B9, EF and F3. RGB value is (185,239,243). Sum of RGB (Red+Green+Blue) = 185+239+243=667 (88% of max value = 765). Red value is 185 (72.66% from 255 or 27.74% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 243 (95.31% from 255 or 36.43% from 667); Max value from RGB is 243 - color contains mainly: blue. Hex color #B9EFF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B9EFF3 is #46100C. Grayscale: #DFDFDF. Windows color (decimal): -4591629 or 15986617. OLE color: 15986617.
HSL color Cylindrical-coordinate representation of color #B9EFF3: hue angle of 184.14º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B9EFF3 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 185 | 239 | 243 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.05 |
| HSL | 184.14º | 0.71% | 0.84% | - |
| HSV(B) | 184.14º | 0.24% | 0.95% | - |
| XYZ | 67.05 | 78.52 | 96.42 | - |
| YUV | 223.31 | 139.11 | 100.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 185 | 239 | 243 | 0.24 | 0.02 | 0 | 0.05 | 184.14 | 0.71 | 0.84 |
| Hex | B9 | EF | F3 | 18 | 2 | 0 | 5 | B8 | 47 | 54 |
| Octal | 271 | 357 | 363 | 30 | 2 | 0 | 5 | 270 | 107 | 124 |
| Binary | 10111001 | 11101111 | 11110011 | 11000 | 10 | 0 | 101 | 10111000 | 1000111 | 1010100 |
Color Harmonies of #B9EFF3
Complementary color
Monochromatic Colors of #B9EFF3
Black with #B9EFF3
Text Example
Text Example
White with #B9EFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9EFF3; }
p { color: rgb(185,239,243); }
H1.HeaderClassName
{
color: #B9EFF3;
}
.AnyTagClassName
{
color: #B9EFF3;
}
</style>
background-color css
<style>
a { background-color: #B9EFF3; }
a { background-color: rgb(185,239,243); }
div.DivClassName
{
background-color: #B9EFF3;
}
.BgClassName
{
background-color: #B9EFF3;
}
</style>
border-color css
<style>
span { border-color: #B9EFF3; }
span { border-color: rgb(185,239,243); }
td.TdClassName
{
border-color: #B9EFF3;
}
.TagClassName
{
border-color: #B9EFF3;
}
</style>