Shades of Pale Turquoise #B4FEFF
Tints of Pale Turquoise #B4FEFF
RGB
CMYK
RGB Variations
Color information
#B4FEFF (or 0xB4FEFF) is known color: Pale Turquoise. HEX triplet: B4, FE and FF. RGB value is (180,254,255). Sum of RGB (Red+Green+Blue) = 180+254+255=689 (91% of max value = 765). Red value is 180 (70.70% from 255 or 26.12% from 689); Green value is 254 (99.61% from 255 or 36.87% from 689); Blue value is 255 (100% from 255 or 37.01% from 689); Max value from RGB is 255 - color contains mainly: blue. Hex color #B4FEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FEFF is #4B0100. Grayscale: #E7E7E7. Windows color (decimal): -4915457 or 16776884. OLE color: 16776884.
HSL color Cylindrical-coordinate representation of color #B4FEFF: hue angle of 180.8º 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 #B4FEFF is Cyan = 0.29, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 254 | 255 | - |
| CMYK | 0.29 | 0.00 | 0 | 0 |
| HSL | 180.8º | 1% | 0.85% | - |
| HSV(B) | 180.8º | 0.29% | 1% | - |
| XYZ | 72.31 | 87.81 | 107.74 | - |
| YUV | 231.99 | 140.98 | 90.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 254 | 255 | 0.29 | 0.00 | 0 | 0 | 180.8 | 1 | 0.85 |
| Hex | B4 | FE | FF | 1D | 0 | 0 | 0 | B5 | 64 | 55 |
| Octal | 264 | 376 | 377 | 35 | 0 | 0 | 0 | 265 | 144 | 125 |
| Binary | 10110100 | 11111110 | 11111111 | 11101 | 0 | 0 | 0 | 10110101 | 1100100 | 1010101 |
Color Harmonies of #B4FEFF
Complementary color
Monochromatic Colors of #B4FEFF
Black with #B4FEFF
Text Example
Text Example
White with #B4FEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FEFF; }
p { color: rgb(180,254,255); }
H1.HeaderClassName
{
color: #B4FEFF;
}
.AnyTagClassName
{
color: #B4FEFF;
}
</style>
background-color css
<style>
a { background-color: #B4FEFF; }
a { background-color: rgb(180,254,255); }
div.DivClassName
{
background-color: #B4FEFF;
}
.BgClassName
{
background-color: #B4FEFF;
}
</style>
border-color css
<style>
span { border-color: #B4FEFF; }
span { border-color: rgb(180,254,255); }
td.TdClassName
{
border-color: #B4FEFF;
}
.TagClassName
{
border-color: #B4FEFF;
}
</style>