Shades of Pale Turquoise #B4F7FC
Tints of Pale Turquoise #B4F7FC
RGB
CMYK
RGB Variations
Color information
#B4F7FC (or 0xB4F7FC) is known color: Pale Turquoise. HEX triplet: B4, F7 and FC. RGB value is (180,247,252). Sum of RGB (Red+Green+Blue) = 180+247+252=679 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.51% from 679); Green value is 247 (96.88% from 255 or 36.38% from 679); Blue value is 252 (98.83% from 255 or 37.11% from 679); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4F7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F7FC is #4B0803. Grayscale: #E3E3E3. Windows color (decimal): -4917252 or 16578484. OLE color: 16578484.
HSL color Cylindrical-coordinate representation of color #B4F7FC: hue angle of 184.17º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B4F7FC is Cyan = 0.29, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 247 | 252 | - |
| CMYK | 0.29 | 0.02 | 0 | 0.01 |
| HSL | 184.17º | 0.92% | 0.85% | - |
| HSV(B) | 184.17º | 0.29% | 0.99% | - |
| XYZ | 69.65 | 83.25 | 104.49 | - |
| YUV | 227.54 | 141.8 | 94.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 247 | 252 | 0.29 | 0.02 | 0 | 0.01 | 184.17 | 0.92 | 0.85 |
| Hex | B4 | F7 | FC | 1D | 2 | 0 | 1 | B8 | 5C | 55 |
| Octal | 264 | 367 | 374 | 35 | 2 | 0 | 1 | 270 | 134 | 125 |
| Binary | 10110100 | 11110111 | 11111100 | 11101 | 10 | 0 | 1 | 10111000 | 1011100 | 1010101 |
Color Harmonies of #B4F7FC
Complementary color
Monochromatic Colors of #B4F7FC
Black with #B4F7FC
Text Example
Text Example
White with #B4F7FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F7FC; }
p { color: rgb(180,247,252); }
H1.HeaderClassName
{
color: #B4F7FC;
}
.AnyTagClassName
{
color: #B4F7FC;
}
</style>
background-color css
<style>
a { background-color: #B4F7FC; }
a { background-color: rgb(180,247,252); }
div.DivClassName
{
background-color: #B4F7FC;
}
.BgClassName
{
background-color: #B4F7FC;
}
</style>
border-color css
<style>
span { border-color: #B4F7FC; }
span { border-color: rgb(180,247,252); }
td.TdClassName
{
border-color: #B4F7FC;
}
.TagClassName
{
border-color: #B4F7FC;
}
</style>