Shades of Pale Turquoise #B3F3FB
Tints of Pale Turquoise #B3F3FB
RGB
CMYK
RGB Variations
Color information
#B3F3FB (or 0xB3F3FB) is known color: Pale Turquoise. HEX triplet: B3, F3 and FB. RGB value is (179,243,251). Sum of RGB (Red+Green+Blue) = 179+243+251=673 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.60% from 673); Green value is 243 (95.31% from 255 or 36.11% from 673); Blue value is 251 (98.44% from 255 or 37.30% from 673); Max value from RGB is 251 - color contains mainly: blue. Hex color #B3F3FB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F3FB is #4C0C04. Grayscale: #E0E0E0. Windows color (decimal): -4983813 or 16511923. OLE color: 16511923.
HSL color Cylindrical-coordinate representation of color #B3F3FB: hue angle of 186.67º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B3F3FB is Cyan = 0.29, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 243 | 251 | - |
| CMYK | 0.29 | 0.03 | 0 | 0.02 |
| HSL | 186.67º | 0.9% | 0.84% | - |
| HSV(B) | 186.67º | 0.29% | 0.98% | - |
| XYZ | 68.05 | 80.65 | 103.25 | - |
| YUV | 224.78 | 142.8 | 95.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 243 | 251 | 0.29 | 0.03 | 0 | 0.02 | 186.67 | 0.9 | 0.84 |
| Hex | B3 | F3 | FB | 1D | 3 | 0 | 2 | BB | 5A | 54 |
| Octal | 263 | 363 | 373 | 35 | 3 | 0 | 2 | 273 | 132 | 124 |
| Binary | 10110011 | 11110011 | 11111011 | 11101 | 11 | 0 | 10 | 10111011 | 1011010 | 1010100 |
Color Harmonies of #B3F3FB
Complementary color
Monochromatic Colors of #B3F3FB
Black with #B3F3FB
Text Example
Text Example
White with #B3F3FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F3FB; }
p { color: rgb(179,243,251); }
H1.HeaderClassName
{
color: #B3F3FB;
}
.AnyTagClassName
{
color: #B3F3FB;
}
</style>
background-color css
<style>
a { background-color: #B3F3FB; }
a { background-color: rgb(179,243,251); }
div.DivClassName
{
background-color: #B3F3FB;
}
.BgClassName
{
background-color: #B3F3FB;
}
</style>
border-color css
<style>
span { border-color: #B3F3FB; }
span { border-color: rgb(179,243,251); }
td.TdClassName
{
border-color: #B3F3FB;
}
.TagClassName
{
border-color: #B3F3FB;
}
</style>