Shades of Pale Turquoise #B4FFF1
Tints of Pale Turquoise #B4FFF1
RGB
CMYK
RGB Variations
Color information
#B4FFF1 (or 0xB4FFF1) is known color: Pale Turquoise. HEX triplet: B4, FF and F1. RGB value is (180,255,241). Sum of RGB (Red+Green+Blue) = 180+255+241=676 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.63% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 241 (94.53% from 255 or 35.65% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #B4FFF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FFF1 is #4B000E. Grayscale: #E6E6E6. Windows color (decimal): -4915215 or 15859636. OLE color: 15859636.
HSL color Cylindrical-coordinate representation of color #B4FFF1: hue angle of 168.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 #B4FFF1 is Cyan = 0.29, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 180 | 255 | 241 | - |
| CMYK | 0.29 | 0 | 0.05 | 0 |
| HSL | 168.8º | 1% | 0.85% | - |
| HSV(B) | 168.8º | 0.29% | 1% | - |
| XYZ | 70.46 | 87.57 | 96.41 | - |
| YUV | 230.98 | 133.65 | 91.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 255 | 241 | 0.29 | 0 | 0.05 | 0 | 168.8 | 1 | 0.85 |
| Hex | B4 | FF | F1 | 1D | 0 | 5 | 0 | A9 | 64 | 55 |
| Octal | 264 | 377 | 361 | 35 | 0 | 5 | 0 | 251 | 144 | 125 |
| Binary | 10110100 | 11111111 | 11110001 | 11101 | 0 | 101 | 0 | 10101001 | 1100100 | 1010101 |
Color Harmonies of #B4FFF1
Complementary color
Monochromatic Colors of #B4FFF1
Black with #B4FFF1
Text Example
Text Example
White with #B4FFF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FFF1; }
p { color: rgb(180,255,241); }
H1.HeaderClassName
{
color: #B4FFF1;
}
.AnyTagClassName
{
color: #B4FFF1;
}
</style>
background-color css
<style>
a { background-color: #B4FFF1; }
a { background-color: rgb(180,255,241); }
div.DivClassName
{
background-color: #B4FFF1;
}
.BgClassName
{
background-color: #B4FFF1;
}
</style>
border-color css
<style>
span { border-color: #B4FFF1; }
span { border-color: rgb(180,255,241); }
td.TdClassName
{
border-color: #B4FFF1;
}
.TagClassName
{
border-color: #B4FFF1;
}
</style>