Shades of Pale Turquoise #B5FFFE
Tints of Pale Turquoise #B5FFFE
RGB
CMYK
RGB Variations
Color information
#B5FFFE (or 0xB5FFFE) is known color: Pale Turquoise. HEX triplet: B5, FF and FE. RGB value is (181,255,254). Sum of RGB (Red+Green+Blue) = 181+255+254=690 (91% of max value = 765). Red value is 181 (71.09% from 255 or 26.23% from 690); Green value is 255 (100% from 255 or 36.96% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 255 - color contains mainly: green. Hex color #B5FFFE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5FFFE is #4A0001. Grayscale: #E8E8E8. Windows color (decimal): -4849666 or 16711605. OLE color: 16711605.
HSL color Cylindrical-coordinate representation of color #B5FFFE: hue angle of 179.19º 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 #B5FFFE is Cyan = 0.29, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.
Color convert
| RGB | 181 | 255 | 254 | - |
| CMYK | 0.29 | 0 | 0.00 | 0 |
| HSL | 179.19º | 1% | 0.85% | - |
| HSV(B) | 179.19º | 0.29% | 1% | - |
| XYZ | 72.71 | 88.5 | 107.02 | - |
| YUV | 232.76 | 139.98 | 91.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 255 | 254 | 0.29 | 0 | 0.00 | 0 | 179.19 | 1 | 0.85 |
| Hex | B5 | FF | FE | 1D | 0 | 0 | 0 | B3 | 64 | 55 |
| Octal | 265 | 377 | 376 | 35 | 0 | 0 | 0 | 263 | 144 | 125 |
| Binary | 10110101 | 11111111 | 11111110 | 11101 | 0 | 0 | 0 | 10110011 | 1100100 | 1010101 |
Color Harmonies of #B5FFFE
Complementary color
Monochromatic Colors of #B5FFFE
Black with #B5FFFE
Text Example
Text Example
White with #B5FFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5FFFE; }
p { color: rgb(181,255,254); }
H1.HeaderClassName
{
color: #B5FFFE;
}
.AnyTagClassName
{
color: #B5FFFE;
}
</style>
background-color css
<style>
a { background-color: #B5FFFE; }
a { background-color: rgb(181,255,254); }
div.DivClassName
{
background-color: #B5FFFE;
}
.BgClassName
{
background-color: #B5FFFE;
}
</style>
border-color css
<style>
span { border-color: #B5FFFE; }
span { border-color: rgb(181,255,254); }
td.TdClassName
{
border-color: #B5FFFE;
}
.TagClassName
{
border-color: #B5FFFE;
}
</style>