Shades of Pale Turquoise #B4F9EE
Tints of Pale Turquoise #B4F9EE
RGB
CMYK
RGB Variations
Color information
#B4F9EE (or 0xB4F9EE) is known color: Pale Turquoise. HEX triplet: B4, F9 and EE. RGB value is (180,249,238). Sum of RGB (Red+Green+Blue) = 180+249+238=667 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.99% from 667); Green value is 249 (97.66% from 255 or 37.33% from 667); Blue value is 238 (93.36% from 255 or 35.68% from 667); Max value from RGB is 249 - color contains mainly: green. Hex color #B4F9EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F9EE is #4B0611. Grayscale: #E3E3E3. Windows color (decimal): -4916754 or 15661492. OLE color: 15661492.
HSL color Cylindrical-coordinate representation of color #B4F9EE: hue angle of 170.43º degrees, saturation: 0.85, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4F9EE is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 249 | 238 | - |
| CMYK | 0.28 | 0 | 0.04 | 0.02 |
| HSL | 170.43º | 0.85% | 0.84% | - |
| HSV(B) | 170.43º | 0.28% | 0.98% | - |
| XYZ | 68.13 | 83.63 | 93.44 | - |
| YUV | 227.12 | 134.14 | 94.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 249 | 238 | 0.28 | 0 | 0.04 | 0.02 | 170.43 | 0.85 | 0.84 |
| Hex | B4 | F9 | EE | 1C | 0 | 4 | 2 | AA | 55 | 54 |
| Octal | 264 | 371 | 356 | 34 | 0 | 4 | 2 | 252 | 125 | 124 |
| Binary | 10110100 | 11111001 | 11101110 | 11100 | 0 | 100 | 10 | 10101010 | 1010101 | 1010100 |
Color Harmonies of #B4F9EE
Complementary color
Monochromatic Colors of #B4F9EE
Black with #B4F9EE
Text Example
Text Example
White with #B4F9EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F9EE; }
p { color: rgb(180,249,238); }
H1.HeaderClassName
{
color: #B4F9EE;
}
.AnyTagClassName
{
color: #B4F9EE;
}
</style>
background-color css
<style>
a { background-color: #B4F9EE; }
a { background-color: rgb(180,249,238); }
div.DivClassName
{
background-color: #B4F9EE;
}
.BgClassName
{
background-color: #B4F9EE;
}
</style>
border-color css
<style>
span { border-color: #B4F9EE; }
span { border-color: rgb(180,249,238); }
td.TdClassName
{
border-color: #B4F9EE;
}
.TagClassName
{
border-color: #B4F9EE;
}
</style>