Shades of Pale Turquoise #B4F1EC
Tints of Pale Turquoise #B4F1EC
RGB
CMYK
RGB Variations
Color information
#B4F1EC (or 0xB4F1EC) is known color: Pale Turquoise. HEX triplet: B4, F1 and EC. RGB value is (180,241,236). Sum of RGB (Red+Green+Blue) = 180+241+236=657 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.40% from 657); Green value is 241 (94.53% from 255 or 36.68% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 241 - color contains mainly: green. Hex color #B4F1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F1EC is #4B0E13. Grayscale: #DEDEDE. Windows color (decimal): -4918804 or 15528372. OLE color: 15528372.
HSL color Cylindrical-coordinate representation of color #B4F1EC: hue angle of 175.08º degrees, saturation: 0.69, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B4F1EC is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 180 | 241 | 236 | - |
| CMYK | 0.25 | 0 | 0.02 | 0.05 |
| HSL | 175.08º | 0.69% | 0.83% | - |
| HSV(B) | 175.08º | 0.25% | 0.95% | - |
| XYZ | 65.42 | 78.67 | 91.09 | - |
| YUV | 222.19 | 135.79 | 97.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 241 | 236 | 0.25 | 0 | 0.02 | 0.05 | 175.08 | 0.69 | 0.83 |
| Hex | B4 | F1 | EC | 19 | 0 | 2 | 5 | AF | 45 | 53 |
| Octal | 264 | 361 | 354 | 31 | 0 | 2 | 5 | 257 | 105 | 123 |
| Binary | 10110100 | 11110001 | 11101100 | 11001 | 0 | 10 | 101 | 10101111 | 1000101 | 1010011 |
Color Harmonies of #B4F1EC
Complementary color
Monochromatic Colors of #B4F1EC
Black with #B4F1EC
Text Example
Text Example
White with #B4F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F1EC; }
p { color: rgb(180,241,236); }
H1.HeaderClassName
{
color: #B4F1EC;
}
.AnyTagClassName
{
color: #B4F1EC;
}
</style>
background-color css
<style>
a { background-color: #B4F1EC; }
a { background-color: rgb(180,241,236); }
div.DivClassName
{
background-color: #B4F1EC;
}
.BgClassName
{
background-color: #B4F1EC;
}
</style>
border-color css
<style>
span { border-color: #B4F1EC; }
span { border-color: rgb(180,241,236); }
td.TdClassName
{
border-color: #B4F1EC;
}
.TagClassName
{
border-color: #B4F1EC;
}
</style>