Shades of Pale Turquoise #B4F3F6
Tints of Pale Turquoise #B4F3F6
RGB
CMYK
RGB Variations
Color information
#B4F3F6 (or 0xB4F3F6) is known color: Pale Turquoise. HEX triplet: B4, F3 and F6. RGB value is (180,243,246). Sum of RGB (Red+Green+Blue) = 180+243+246=669 (88% of max value = 765). Red value is 180 (70.70% from 255 or 26.91% from 669); Green value is 243 (95.31% from 255 or 36.32% from 669); Blue value is 246 (96.48% from 255 or 36.77% from 669); Max value from RGB is 246 - color contains mainly: blue. Hex color #B4F3F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B4F3F6 is #4B0C09. Grayscale: #E0E0E0. Windows color (decimal): -4918282 or 16184244. OLE color: 16184244.
HSL color Cylindrical-coordinate representation of color #B4F3F6: hue angle of 182.73º degrees, saturation: 0.79, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B4F3F6 is Cyan = 0.27, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 180 | 243 | 246 | - |
| CMYK | 0.27 | 0.01 | 0 | 0.04 |
| HSL | 182.73º | 0.79% | 0.84% | - |
| HSV(B) | 182.73º | 0.27% | 0.96% | - |
| XYZ | 67.51 | 80.46 | 99.16 | - |
| YUV | 224.51 | 140.13 | 96.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 243 | 246 | 0.27 | 0.01 | 0 | 0.04 | 182.73 | 0.79 | 0.84 |
| Hex | B4 | F3 | F6 | 1B | 1 | 0 | 4 | B7 | 4F | 54 |
| Octal | 264 | 363 | 366 | 33 | 1 | 0 | 4 | 267 | 117 | 124 |
| Binary | 10110100 | 11110011 | 11110110 | 11011 | 1 | 0 | 100 | 10110111 | 1001111 | 1010100 |
Color Harmonies of #B4F3F6
Complementary color
Monochromatic Colors of #B4F3F6
Black with #B4F3F6
Text Example
Text Example
White with #B4F3F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4F3F6; }
p { color: rgb(180,243,246); }
H1.HeaderClassName
{
color: #B4F3F6;
}
.AnyTagClassName
{
color: #B4F3F6;
}
</style>
background-color css
<style>
a { background-color: #B4F3F6; }
a { background-color: rgb(180,243,246); }
div.DivClassName
{
background-color: #B4F3F6;
}
.BgClassName
{
background-color: #B4F3F6;
}
</style>
border-color css
<style>
span { border-color: #B4F3F6; }
span { border-color: rgb(180,243,246); }
td.TdClassName
{
border-color: #B4F3F6;
}
.TagClassName
{
border-color: #B4F3F6;
}
</style>