Shades of Pale Turquoise #B3FCFF
Tints of Pale Turquoise #B3FCFF
RGB
CMYK
RGB Variations
Color information
#B3FCFF (or 0xB3FCFF) is known color: Pale Turquoise. HEX triplet: B3, FC and FF. RGB value is (179,252,255). Sum of RGB (Red+Green+Blue) = 179+252+255=686 (90% of max value = 765). Red value is 179 (70.31% from 255 or 26.09% from 686); Green value is 252 (98.83% from 255 or 36.73% from 686); Blue value is 255 (100% from 255 or 37.17% from 686); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3FCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FCFF is #4C0300. Grayscale: #E6E6E6. Windows color (decimal): -4981505 or 16776371. OLE color: 16776371.
HSL color Cylindrical-coordinate representation of color #B3FCFF: hue angle of 182.37º 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 #B3FCFF is Cyan = 0.30, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 252 | 255 | - |
| CMYK | 0.30 | 0.01 | 0 | 0 |
| HSL | 182.37º | 1% | 0.85% | - |
| HSV(B) | 182.37º | 0.3% | 1% | - |
| XYZ | 71.45 | 86.42 | 107.52 | - |
| YUV | 230.52 | 141.82 | 91.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 252 | 255 | 0.30 | 0.01 | 0 | 0 | 182.37 | 1 | 0.85 |
| Hex | B3 | FC | FF | 1E | 1 | 0 | 0 | B6 | 64 | 55 |
| Octal | 263 | 374 | 377 | 36 | 1 | 0 | 0 | 266 | 144 | 125 |
| Binary | 10110011 | 11111100 | 11111111 | 11110 | 1 | 0 | 0 | 10110110 | 1100100 | 1010101 |
Color Harmonies of #B3FCFF
Complementary color
Monochromatic Colors of #B3FCFF
Black with #B3FCFF
Text Example
Text Example
White with #B3FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FCFF; }
p { color: rgb(179,252,255); }
H1.HeaderClassName
{
color: #B3FCFF;
}
.AnyTagClassName
{
color: #B3FCFF;
}
</style>
background-color css
<style>
a { background-color: #B3FCFF; }
a { background-color: rgb(179,252,255); }
div.DivClassName
{
background-color: #B3FCFF;
}
.BgClassName
{
background-color: #B3FCFF;
}
</style>
border-color css
<style>
span { border-color: #B3FCFF; }
span { border-color: rgb(179,252,255); }
td.TdClassName
{
border-color: #B3FCFF;
}
.TagClassName
{
border-color: #B3FCFF;
}
</style>