Shades of Pale Turquoise #B0FCFC
Tints of Pale Turquoise #B0FCFC
RGB
CMYK
RGB Variations
Color information
#B0FCFC (or 0xB0FCFC) is known color: Pale Turquoise. HEX triplet: B0, FC and FC. RGB value is (176,252,252). Sum of RGB (Red+Green+Blue) = 176+252+252=680 (90% of max value = 765). Red value is 176 (69.14% from 255 or 25.88% from 680); Green value is 252 (98.83% from 255 or 37.06% from 680); Blue value is 252 (98.83% from 255 or 37.06% from 680); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #B0FCFC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FCFC is #4F0303. Grayscale: #E5E5E5. Windows color (decimal): -5178116 or 16579760. OLE color: 16579760.
HSL color Cylindrical-coordinate representation of color #B0FCFC: 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 #B0FCFC is Cyan = 0.30, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 176 | 252 | 252 | - |
| CMYK | 0.30 | 0 | 0 | 0.01 |
| HSL | 180º | 0.93% | 0.84% | - |
| HSV(B) | 180º | 0.3% | 0.99% | - |
| XYZ | 70.29 | 85.88 | 104.97 | - |
| YUV | 229.28 | 140.82 | 90 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 252 | 0.30 | 0 | 0 | 0.01 | 180 | 0.93 | 0.84 |
| Hex | B0 | FC | FC | 1E | 0 | 0 | 1 | B4 | 5D | 54 |
| Octal | 260 | 374 | 374 | 36 | 0 | 0 | 1 | 264 | 135 | 124 |
| Binary | 10110000 | 11111100 | 11111100 | 11110 | 0 | 0 | 1 | 10110100 | 1011101 | 1010100 |
Color Harmonies of #B0FCFC
Complementary color
Monochromatic Colors of #B0FCFC
Black with #B0FCFC
Text Example
Text Example
White with #B0FCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FCFC; }
p { color: rgb(176,252,252); }
H1.HeaderClassName
{
color: #B0FCFC;
}
.AnyTagClassName
{
color: #B0FCFC;
}
</style>
background-color css
<style>
a { background-color: #B0FCFC; }
a { background-color: rgb(176,252,252); }
div.DivClassName
{
background-color: #B0FCFC;
}
.BgClassName
{
background-color: #B0FCFC;
}
</style>
border-color css
<style>
span { border-color: #B0FCFC; }
span { border-color: rgb(176,252,252); }
td.TdClassName
{
border-color: #B0FCFC;
}
.TagClassName
{
border-color: #B0FCFC;
}
</style>