Shades of Pale Turquoise #B3EEF9
Tints of Pale Turquoise #B3EEF9
RGB
CMYK
RGB Variations
Color information
#B3EEF9 (or 0xB3EEF9) is known color: Pale Turquoise. HEX triplet: B3, EE and F9. RGB value is (179,238,249). Sum of RGB (Red+Green+Blue) = 179+238+249=666 (88% of max value = 765). Red value is 179 (70.31% from 255 or 26.88% from 666); Green value is 238 (93.36% from 255 or 35.74% from 666); Blue value is 249 (97.66% from 255 or 37.39% from 666); Max value from RGB is 249 - color contains mainly: blue. Hex color #B3EEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EEF9 is #4C1106. Grayscale: #DDDDDD. Windows color (decimal): -4985095 or 16379571. OLE color: 16379571.
HSL color Cylindrical-coordinate representation of color #B3EEF9: hue angle of 189.43º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3EEF9 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 238 | 249 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.02 |
| HSL | 189.43º | 0.85% | 0.84% | - |
| HSV(B) | 189.43º | 0.28% | 0.98% | - |
| XYZ | 66.26 | 77.57 | 101.1 | - |
| YUV | 221.61 | 143.45 | 97.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 238 | 249 | 0.28 | 0.04 | 0 | 0.02 | 189.43 | 0.85 | 0.84 |
| Hex | B3 | EE | F9 | 1C | 4 | 0 | 2 | BD | 55 | 54 |
| Octal | 263 | 356 | 371 | 34 | 4 | 0 | 2 | 275 | 125 | 124 |
| Binary | 10110011 | 11101110 | 11111001 | 11100 | 100 | 0 | 10 | 10111101 | 1010101 | 1010100 |
Color Harmonies of #B3EEF9
Complementary color
Monochromatic Colors of #B3EEF9
Black with #B3EEF9
Text Example
Text Example
White with #B3EEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EEF9; }
p { color: rgb(179,238,249); }
H1.HeaderClassName
{
color: #B3EEF9;
}
.AnyTagClassName
{
color: #B3EEF9;
}
</style>
background-color css
<style>
a { background-color: #B3EEF9; }
a { background-color: rgb(179,238,249); }
div.DivClassName
{
background-color: #B3EEF9;
}
.BgClassName
{
background-color: #B3EEF9;
}
</style>
border-color css
<style>
span { border-color: #B3EEF9; }
span { border-color: rgb(179,238,249); }
td.TdClassName
{
border-color: #B3EEF9;
}
.TagClassName
{
border-color: #B3EEF9;
}
</style>