Shades of Pale Turquoise #B4FCFF
Tints of Pale Turquoise #B4FCFF
RGB
CMYK
RGB Variations
Color information
#B4FCFF (or 0xB4FCFF) is known color: Pale Turquoise. HEX triplet: B4, FC and FF. RGB value is (180,252,255). Sum of RGB (Red+Green+Blue) = 180+252+255=687 (90% of max value = 765). Red value is 180 (70.70% from 255 or 26.20% from 687); Green value is 252 (98.83% from 255 or 36.68% from 687); Blue value is 255 (100% from 255 or 37.12% from 687); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4FCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FCFF is #4B0300. Grayscale: #E6E6E6. Windows color (decimal): -4915969 or 16776372. OLE color: 16776372.
HSL color Cylindrical-coordinate representation of color #B4FCFF: hue angle of 182.4º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4FCFF is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 252 | 255 | - |
| CMYK | 0.29 | 0.01 | 0 | 0 |
| HSL | 182.4º | 1% | 0.85% | - |
| HSV(B) | 182.4º | 0.29% | 1% | - |
| XYZ | 71.68 | 86.54 | 107.53 | - |
| YUV | 230.81 | 141.65 | 91.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 252 | 255 | 0.29 | 0.01 | 0 | 0 | 182.4 | 1 | 0.85 |
| Hex | B4 | FC | FF | 1D | 1 | 0 | 0 | B6 | 64 | 55 |
| Octal | 264 | 374 | 377 | 35 | 1 | 0 | 0 | 266 | 144 | 125 |
| Binary | 10110100 | 11111100 | 11111111 | 11101 | 1 | 0 | 0 | 10110110 | 1100100 | 1010101 |
Color Harmonies of #B4FCFF
Complementary color
Monochromatic Colors of #B4FCFF
Black with #B4FCFF
Text Example
Text Example
White with #B4FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FCFF; }
p { color: rgb(180,252,255); }
H1.HeaderClassName
{
color: #B4FCFF;
}
.AnyTagClassName
{
color: #B4FCFF;
}
</style>
background-color css
<style>
a { background-color: #B4FCFF; }
a { background-color: rgb(180,252,255); }
div.DivClassName
{
background-color: #B4FCFF;
}
.BgClassName
{
background-color: #B4FCFF;
}
</style>
border-color css
<style>
span { border-color: #B4FCFF; }
span { border-color: rgb(180,252,255); }
td.TdClassName
{
border-color: #B4FCFF;
}
.TagClassName
{
border-color: #B4FCFF;
}
</style>