Shades of Pale Turquoise #B5FCFF
Tints of Pale Turquoise #B5FCFF
RGB
CMYK
RGB Variations
Color information
#B5FCFF (or 0xB5FCFF) is known color: Pale Turquoise. HEX triplet: B5, FC and FF. RGB value is (181,252,255). Sum of RGB (Red+Green+Blue) = 181+252+255=688 (91% of max value = 765). Red value is 181 (71.09% from 255 or 26.31% from 688); Green value is 252 (98.83% from 255 or 36.63% from 688); Blue value is 255 (100% from 255 or 37.06% from 688); Max value from RGB is 255 - color contains mainly: blue. Hex color #B5FCFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FCFF is #4A0300. Grayscale: #E7E7E7. Windows color (decimal): -4850433 or 16776373. OLE color: 16776373.
HSL color Cylindrical-coordinate representation of color #B5FCFF: hue angle of 182.43º 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 #B5FCFF is Cyan = 0.29, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 252 | 255 | - |
| CMYK | 0.29 | 0.01 | 0 | 0 |
| HSL | 182.43º | 1% | 0.85% | - |
| HSV(B) | 182.43º | 0.29% | 1% | - |
| XYZ | 71.92 | 86.66 | 107.55 | - |
| YUV | 231.11 | 141.48 | 92.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 252 | 255 | 0.29 | 0.01 | 0 | 0 | 182.43 | 1 | 0.85 |
| Hex | B5 | FC | FF | 1D | 1 | 0 | 0 | B6 | 64 | 55 |
| Octal | 265 | 374 | 377 | 35 | 1 | 0 | 0 | 266 | 144 | 125 |
| Binary | 10110101 | 11111100 | 11111111 | 11101 | 1 | 0 | 0 | 10110110 | 1100100 | 1010101 |
Color Harmonies of #B5FCFF
Complementary color
Monochromatic Colors of #B5FCFF
Black with #B5FCFF
Text Example
Text Example
White with #B5FCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FCFF; }
p { color: rgb(181,252,255); }
H1.HeaderClassName
{
color: #B5FCFF;
}
.AnyTagClassName
{
color: #B5FCFF;
}
</style>
background-color css
<style>
a { background-color: #B5FCFF; }
a { background-color: rgb(181,252,255); }
div.DivClassName
{
background-color: #B5FCFF;
}
.BgClassName
{
background-color: #B5FCFF;
}
</style>
border-color css
<style>
span { border-color: #B5FCFF; }
span { border-color: rgb(181,252,255); }
td.TdClassName
{
border-color: #B5FCFF;
}
.TagClassName
{
border-color: #B5FCFF;
}
</style>