Shades of Pale Turquoise #B4F1FC
Tints of Pale Turquoise #B4F1FC
RGB
CMYK
RGB Variations
Color information
#B4F1FC (or 0xB4F1FC) is known color: Pale Turquoise. HEX triplet: B4, F1 and FC. RGB value is (180,241,252). Sum of RGB (Red+Green+Blue) = 180+241+252=673 (89% of max value = 765). Red value is 180 (70.70% from 255 or 26.75% from 673); Green value is 241 (94.53% from 255 or 35.81% from 673); Blue value is 252 (98.83% from 255 or 37.44% from 673); Max value from RGB is 252 - color contains mainly: blue. Hex color #B4F1FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F1FC is #4B0E03. Grayscale: #DFDFDF. Windows color (decimal): -4918788 or 16576948. OLE color: 16576948.
HSL color Cylindrical-coordinate representation of color #B4F1FC: hue angle of 189.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 #B4F1FC is Cyan = 0.29, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 180 | 241 | 252 | - |
| CMYK | 0.29 | 0.04 | 0 | 0.01 |
| HSL | 189.17º | 0.92% | 0.85% | - |
| HSV(B) | 189.17º | 0.29% | 0.99% | - |
| XYZ | 67.85 | 79.64 | 103.89 | - |
| YUV | 224.02 | 143.79 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 241 | 252 | 0.29 | 0.04 | 0 | 0.01 | 189.17 | 0.92 | 0.85 |
| Hex | B4 | F1 | FC | 1D | 4 | 0 | 1 | BD | 5C | 55 |
| Octal | 264 | 361 | 374 | 35 | 4 | 0 | 1 | 275 | 134 | 125 |
| Binary | 10110100 | 11110001 | 11111100 | 11101 | 100 | 0 | 1 | 10111101 | 1011100 | 1010101 |
Color Harmonies of #B4F1FC
Complementary color
Monochromatic Colors of #B4F1FC
Black with #B4F1FC
Text Example
Text Example
White with #B4F1FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F1FC; }
p { color: rgb(180,241,252); }
H1.HeaderClassName
{
color: #B4F1FC;
}
.AnyTagClassName
{
color: #B4F1FC;
}
</style>
background-color css
<style>
a { background-color: #B4F1FC; }
a { background-color: rgb(180,241,252); }
div.DivClassName
{
background-color: #B4F1FC;
}
.BgClassName
{
background-color: #B4F1FC;
}
</style>
border-color css
<style>
span { border-color: #B4F1FC; }
span { border-color: rgb(180,241,252); }
td.TdClassName
{
border-color: #B4F1FC;
}
.TagClassName
{
border-color: #B4F1FC;
}
</style>