Shades of Pale Turquoise #B4F4EF
Tints of Pale Turquoise #B4F4EF
RGB
CMYK
RGB Variations
Color information
#B4F4EF (or 0xB4F4EF) is known color: Pale Turquoise. HEX triplet: B4, F4 and EF. RGB value is (180,244,239). Sum of RGB (Red+Green+Blue) = 180+244+239=663 (87% of max value = 765). Red value is 180 (70.70% from 255 or 27.15% from 663); Green value is 244 (95.70% from 255 or 36.80% from 663); Blue value is 239 (93.75% from 255 or 36.05% from 663); Max value from RGB is 244 - color contains mainly: green. Hex color #B4F4EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F4EF is #4B0B10. Grayscale: #E0E0E0. Windows color (decimal): -4918033 or 15725748. OLE color: 15725748.
HSL color Cylindrical-coordinate representation of color #B4F4EF: hue angle of 175.31º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B4F4EF is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 244 | 239 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.04 |
| HSL | 175.31º | 0.74% | 0.83% | - |
| HSV(B) | 175.31º | 0.26% | 0.96% | - |
| XYZ | 66.75 | 80.64 | 93.71 | - |
| YUV | 224.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 244 | 239 | 0.26 | 0 | 0.02 | 0.04 | 175.31 | 0.74 | 0.83 |
| Hex | B4 | F4 | EF | 1A | 0 | 2 | 4 | AF | 4A | 53 |
| Octal | 264 | 364 | 357 | 32 | 0 | 2 | 4 | 257 | 112 | 123 |
| Binary | 10110100 | 11110100 | 11101111 | 11010 | 0 | 10 | 100 | 10101111 | 1001010 | 1010011 |
Color Harmonies of #B4F4EF
Complementary color
Monochromatic Colors of #B4F4EF
Black with #B4F4EF
Text Example
Text Example
White with #B4F4EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F4EF; }
p { color: rgb(180,244,239); }
H1.HeaderClassName
{
color: #B4F4EF;
}
.AnyTagClassName
{
color: #B4F4EF;
}
</style>
background-color css
<style>
a { background-color: #B4F4EF; }
a { background-color: rgb(180,244,239); }
div.DivClassName
{
background-color: #B4F4EF;
}
.BgClassName
{
background-color: #B4F4EF;
}
</style>
border-color css
<style>
span { border-color: #B4F4EF; }
span { border-color: rgb(180,244,239); }
td.TdClassName
{
border-color: #B4F4EF;
}
.TagClassName
{
border-color: #B4F4EF;
}
</style>