Shades of Pale Turquoise #B2FFF3
Tints of Pale Turquoise #B2FFF3
RGB
CMYK
RGB Variations
Color information
#B2FFF3 (or 0xB2FFF3) is known color: Pale Turquoise. HEX triplet: B2, FF and F3. RGB value is (178,255,243). Sum of RGB (Red+Green+Blue) = 178+255+243=676 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.33% from 676); Green value is 255 (100% from 255 or 37.72% from 676); Blue value is 243 (95.31% from 255 or 35.95% from 676); Max value from RGB is 255 - color contains mainly: green. Hex color #B2FFF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2FFF3 is #4D000C. Grayscale: #E6E6E6. Windows color (decimal): -5046285 or 15990706. OLE color: 15990706.
HSL color Cylindrical-coordinate representation of color #B2FFF3: hue angle of 170.65º 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 #B2FFF3 is Cyan = 0.30, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 178 | 255 | 243 | - |
| CMYK | 0.30 | 0 | 0.05 | 0 |
| HSL | 170.65º | 1% | 0.85% | - |
| HSV(B) | 170.65º | 0.3% | 1% | - |
| XYZ | 70.3 | 87.46 | 97.97 | - |
| YUV | 230.61 | 134.99 | 90.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 255 | 243 | 0.30 | 0 | 0.05 | 0 | 170.65 | 1 | 0.85 |
| Hex | B2 | FF | F3 | 1E | 0 | 5 | 0 | AB | 64 | 55 |
| Octal | 262 | 377 | 363 | 36 | 0 | 5 | 0 | 253 | 144 | 125 |
| Binary | 10110010 | 11111111 | 11110011 | 11110 | 0 | 101 | 0 | 10101011 | 1100100 | 1010101 |
Color Harmonies of #B2FFF3
Complementary color
Monochromatic Colors of #B2FFF3
Black with #B2FFF3
Text Example
Text Example
White with #B2FFF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2FFF3; }
p { color: rgb(178,255,243); }
H1.HeaderClassName
{
color: #B2FFF3;
}
.AnyTagClassName
{
color: #B2FFF3;
}
</style>
background-color css
<style>
a { background-color: #B2FFF3; }
a { background-color: rgb(178,255,243); }
div.DivClassName
{
background-color: #B2FFF3;
}
.BgClassName
{
background-color: #B2FFF3;
}
</style>
border-color css
<style>
span { border-color: #B2FFF3; }
span { border-color: rgb(178,255,243); }
td.TdClassName
{
border-color: #B2FFF3;
}
.TagClassName
{
border-color: #B2FFF3;
}
</style>