Shades of Pale Turquoise #B3FFF2
Tints of Pale Turquoise #B3FFF2
RGB
CMYK
RGB Variations
Color information
#B3FFF2 (or 0xB3FFF2) is known color: Pale Turquoise. HEX triplet: B3, FF and F2. RGB value is (179,255,242). Sum of RGB (Red+Green+Blue) = 179+255+242=676 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.48% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 242 (94.92% from 255 or 35.80% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #B3FFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FFF2 is #4C000D. Grayscale: #E6E6E6. Windows color (decimal): -4980750 or 15925171. OLE color: 15925171.
HSL color Cylindrical-coordinate representation of color #B3FFF2: hue angle of 169.74º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3FFF2 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 255 | 242 | - |
| CMYK | 0.30 | 0 | 0.05 | 0 |
| HSL | 169.74º | 1% | 0.85% | - |
| HSV(B) | 169.74º | 0.3% | 1% | - |
| XYZ | 70.38 | 87.51 | 97.19 | - |
| YUV | 230.79 | 134.32 | 91.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 255 | 242 | 0.30 | 0 | 0.05 | 0 | 169.74 | 1 | 0.85 |
| Hex | B3 | FF | F2 | 1E | 0 | 5 | 0 | AA | 64 | 55 |
| Octal | 263 | 377 | 362 | 36 | 0 | 5 | 0 | 252 | 144 | 125 |
| Binary | 10110011 | 11111111 | 11110010 | 11110 | 0 | 101 | 0 | 10101010 | 1100100 | 1010101 |
Color Harmonies of #B3FFF2
Complementary color
Monochromatic Colors of #B3FFF2
Black with #B3FFF2
Text Example
Text Example
White with #B3FFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FFF2; }
p { color: rgb(179,255,242); }
H1.HeaderClassName
{
color: #B3FFF2;
}
.AnyTagClassName
{
color: #B3FFF2;
}
</style>
background-color css
<style>
a { background-color: #B3FFF2; }
a { background-color: rgb(179,255,242); }
div.DivClassName
{
background-color: #B3FFF2;
}
.BgClassName
{
background-color: #B3FFF2;
}
</style>
border-color css
<style>
span { border-color: #B3FFF2; }
span { border-color: rgb(179,255,242); }
td.TdClassName
{
border-color: #B3FFF2;
}
.TagClassName
{
border-color: #B3FFF2;
}
</style>