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