Shades of Pale Turquoise #B0FCFF
Tints of Pale Turquoise #B0FCFF
RGB
CMYK
RGB Variations
Color information
#B0FCFF (or 0xB0FCFF) is known color: Pale Turquoise. HEX triplet: B0, FC and FF. RGB value is (176,252,255). Sum of RGB (Red+Green+Blue) = 176+252+255=683 (90% of max value = 765). Red value is 176 (69.14% from 255 or 25.77% from 683); Green value is 252 (98.83% from 255 or 36.90% from 683); Blue value is 255 (100% from 255 or 37.34% from 683); Max value from RGB is 255 - color contains mainly: blue. Hex color #B0FCFF is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FCFF is #4F0300. Grayscale: #E5E5E5. Windows color (decimal): -5178113 or 16776368. OLE color: 16776368.
HSL color Cylindrical-coordinate representation of color #B0FCFF: hue angle of 182.28º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B0FCFF is Cyan = 0.31, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 176 | 252 | 255 | - |
| CMYK | 0.31 | 0.01 | 0 | 0 |
| HSL | 182.28º | 1% | 0.85% | - |
| HSV(B) | 182.28º | 0.31% | 1% | - |
| XYZ | 70.76 | 86.07 | 107.49 | - |
| YUV | 229.62 | 142.32 | 89.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 252 | 255 | 0.31 | 0.01 | 0 | 0 | 182.28 | 1 | 0.85 |
| Hex | B0 | FC | FF | 1F | 1 | 0 | 0 | B6 | 64 | 55 |
| Octal | 260 | 374 | 377 | 37 | 1 | 0 | 0 | 266 | 144 | 125 |
| Binary | 10110000 | 11111100 | 11111111 | 11111 | 1 | 0 | 0 | 10110110 | 1100100 | 1010101 |
Color Harmonies of #B0FCFF
Complementary color
Monochromatic Colors of #B0FCFF
Black with #B0FCFF
Text Example
Text Example
White with #B0FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FCFF; }
p { color: rgb(176,252,255); }
H1.HeaderClassName
{
color: #B0FCFF;
}
.AnyTagClassName
{
color: #B0FCFF;
}
</style>
background-color css
<style>
a { background-color: #B0FCFF; }
a { background-color: rgb(176,252,255); }
div.DivClassName
{
background-color: #B0FCFF;
}
.BgClassName
{
background-color: #B0FCFF;
}
</style>
border-color css
<style>
span { border-color: #B0FCFF; }
span { border-color: rgb(176,252,255); }
td.TdClassName
{
border-color: #B0FCFF;
}
.TagClassName
{
border-color: #B0FCFF;
}
</style>