Shades of Pale Turquoise #B3FEFF
Tints of Pale Turquoise #B3FEFF
RGB
CMYK
RGB Variations
Color information
#B3FEFF (or 0xB3FEFF) is known color: Pale Turquoise. HEX triplet: B3, FE and FF. RGB value is (179,254,255). Sum of RGB (Red+Green+Blue) = 179+254+255=688 (91% of max value = 765). Red value is 179 (70.31% from 255 or 26.02% from 688); Green value is 254 (99.61% from 255 or 36.92% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FEFF is #4C0100. Grayscale: #E7E7E7. Windows color (decimal): -4980993 or 16776883. OLE color: 16776883.
HSL color Cylindrical-coordinate representation of color #B3FEFF: hue angle of 180.79º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FEFF is Cyan = 0.30, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 254 | 255 | - |
| CMYK | 0.30 | 0.00 | 0 | 0 |
| HSL | 180.79º | 1% | 0.85% | - |
| HSV(B) | 180.79º | 0.3% | 1% | - |
| XYZ | 72.08 | 87.69 | 107.73 | - |
| YUV | 231.69 | 141.15 | 90.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 254 | 255 | 0.30 | 0.00 | 0 | 0 | 180.79 | 1 | 0.85 |
| Hex | B3 | FE | FF | 1E | 0 | 0 | 0 | B5 | 64 | 55 |
| Octal | 263 | 376 | 377 | 36 | 0 | 0 | 0 | 265 | 144 | 125 |
| Binary | 10110011 | 11111110 | 11111111 | 11110 | 0 | 0 | 0 | 10110101 | 1100100 | 1010101 |
Color Harmonies of #B3FEFF
Complementary color
Monochromatic Colors of #B3FEFF
Black with #B3FEFF
Text Example
Text Example
White with #B3FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FEFF; }
p { color: rgb(179,254,255); }
H1.HeaderClassName
{
color: #B3FEFF;
}
.AnyTagClassName
{
color: #B3FEFF;
}
</style>
background-color css
<style>
a { background-color: #B3FEFF; }
a { background-color: rgb(179,254,255); }
div.DivClassName
{
background-color: #B3FEFF;
}
.BgClassName
{
background-color: #B3FEFF;
}
</style>
border-color css
<style>
span { border-color: #B3FEFF; }
span { border-color: rgb(179,254,255); }
td.TdClassName
{
border-color: #B3FEFF;
}
.TagClassName
{
border-color: #B3FEFF;
}
</style>