Shades of Pale Turquoise #B1FCFC
Tints of Pale Turquoise #B1FCFC
RGB
CMYK
RGB Variations
Color information
#B1FCFC (or 0xB1FCFC) is known color: Pale Turquoise. HEX triplet: B1, FC and FC. RGB value is (177,252,252). Sum of RGB (Red+Green+Blue) = 177+252+252=681 (90% of max value = 765). Red value is 177 (69.53% from 255 or 25.99% from 681); Green value is 252 (98.83% from 255 or 37.00% from 681); Blue value is 252 (98.83% from 255 or 37.00% from 681); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #B1FCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B1FCFC is #4E0303. Grayscale: #E5E5E5. Windows color (decimal): -5112580 or 16579761. OLE color: 16579761.
HSL color Cylindrical-coordinate representation of color #B1FCFC: hue angle of 180º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B1FCFC is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 177 | 252 | 252 | - |
| CMYK | 0.30 | 0 | 0 | 0.01 |
| HSL | 180º | 0.93% | 0.84% | - |
| HSV(B) | 180º | 0.3% | 0.99% | - |
| XYZ | 70.51 | 86 | 104.98 | - |
| YUV | 229.58 | 140.65 | 90.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 252 | 252 | 0.30 | 0 | 0 | 0.01 | 180 | 0.93 | 0.84 |
| Hex | B1 | FC | FC | 1E | 0 | 0 | 1 | B4 | 5D | 54 |
| Octal | 261 | 374 | 374 | 36 | 0 | 0 | 1 | 264 | 135 | 124 |
| Binary | 10110001 | 11111100 | 11111100 | 11110 | 0 | 0 | 1 | 10110100 | 1011101 | 1010100 |
Color Harmonies of #B1FCFC
Complementary color
Monochromatic Colors of #B1FCFC
Black with #B1FCFC
Text Example
Text Example
White with #B1FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B1FCFC; }
p { color: rgb(177,252,252); }
H1.HeaderClassName
{
color: #B1FCFC;
}
.AnyTagClassName
{
color: #B1FCFC;
}
</style>
background-color css
<style>
a { background-color: #B1FCFC; }
a { background-color: rgb(177,252,252); }
div.DivClassName
{
background-color: #B1FCFC;
}
.BgClassName
{
background-color: #B1FCFC;
}
</style>
border-color css
<style>
span { border-color: #B1FCFC; }
span { border-color: rgb(177,252,252); }
td.TdClassName
{
border-color: #B1FCFC;
}
.TagClassName
{
border-color: #B1FCFC;
}
</style>