Shades of Pale Turquoise #B4FBF5
Tints of Pale Turquoise #B4FBF5
RGB
CMYK
RGB Variations
Color information
#B4FBF5 (or 0xB4FBF5) is known color: Pale Turquoise. HEX triplet: B4, FB and F5. RGB value is (180,251,245). Sum of RGB (Red+Green+Blue) = 180+251+245=676 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.63% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 245 (96.09% from 255 or 36.24% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #B4FBF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4FBF5 is #4B040A. Grayscale: #E5E5E5. Windows color (decimal): -4916235 or 16120756. OLE color: 16120756.
HSL color Cylindrical-coordinate representation of color #B4FBF5: hue angle of 174.93º degrees, saturation: 0.9, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B4FBF5 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 180 | 251 | 245 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.02 |
| HSL | 174.93º | 0.9% | 0.85% | - |
| HSV(B) | 174.93º | 0.28% | 0.98% | - |
| XYZ | 69.8 | 85.29 | 99.17 | - |
| YUV | 229.09 | 136.98 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 251 | 245 | 0.28 | 0 | 0.02 | 0.02 | 174.93 | 0.9 | 0.85 |
| Hex | B4 | FB | F5 | 1C | 0 | 2 | 2 | AF | 5A | 55 |
| Octal | 264 | 373 | 365 | 34 | 0 | 2 | 2 | 257 | 132 | 125 |
| Binary | 10110100 | 11111011 | 11110101 | 11100 | 0 | 10 | 10 | 10101111 | 1011010 | 1010101 |
Color Harmonies of #B4FBF5
Complementary color
Monochromatic Colors of #B4FBF5
Black with #B4FBF5
Text Example
Text Example
White with #B4FBF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4FBF5; }
p { color: rgb(180,251,245); }
H1.HeaderClassName
{
color: #B4FBF5;
}
.AnyTagClassName
{
color: #B4FBF5;
}
</style>
background-color css
<style>
a { background-color: #B4FBF5; }
a { background-color: rgb(180,251,245); }
div.DivClassName
{
background-color: #B4FBF5;
}
.BgClassName
{
background-color: #B4FBF5;
}
</style>
border-color css
<style>
span { border-color: #B4FBF5; }
span { border-color: rgb(180,251,245); }
td.TdClassName
{
border-color: #B4FBF5;
}
.TagClassName
{
border-color: #B4FBF5;
}
</style>