Shades of Pale Turquoise #B2F9F5
Tints of Pale Turquoise #B2F9F5
RGB
CMYK
RGB Variations
Color information
#B2F9F5 (or 0xB2F9F5) is known color: Pale Turquoise. HEX triplet: B2, F9 and F5. RGB value is (178,249,245). Sum of RGB (Red+Green+Blue) = 178+249+245=672 (89% of max value = 765). Red value is 178 (69.92% from 255 or 26.49% from 672); Green value is 249 (97.66% from 255 or 37.05% from 672); Blue value is 245 (96.09% from 255 or 36.46% from 672); Max value from RGB is 249 - color contains mainly: green. Hex color #B2F9F5 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F9F5 is #4D060A. Grayscale: #E3E3E3. Windows color (decimal): -5047819 or 16120242. OLE color: 16120242.
HSL color Cylindrical-coordinate representation of color #B2F9F5: hue angle of 176.62º degrees, saturation: 0.86, 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 #B2F9F5 is Cyan = 0.29, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 249 | 245 | - |
| CMYK | 0.29 | 0 | 0.02 | 0.02 |
| HSL | 176.62º | 0.86% | 0.84% | - |
| HSV(B) | 176.62º | 0.29% | 0.98% | - |
| XYZ | 68.72 | 83.81 | 98.94 | - |
| YUV | 227.32 | 137.98 | 92.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 249 | 245 | 0.29 | 0 | 0.02 | 0.02 | 176.62 | 0.86 | 0.84 |
| Hex | B2 | F9 | F5 | 1D | 0 | 2 | 2 | B1 | 56 | 54 |
| Octal | 262 | 371 | 365 | 35 | 0 | 2 | 2 | 261 | 126 | 124 |
| Binary | 10110010 | 11111001 | 11110101 | 11101 | 0 | 10 | 10 | 10110001 | 1010110 | 1010100 |
Color Harmonies of #B2F9F5
Complementary color
Monochromatic Colors of #B2F9F5
Black with #B2F9F5
Text Example
Text Example
White with #B2F9F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F9F5; }
p { color: rgb(178,249,245); }
H1.HeaderClassName
{
color: #B2F9F5;
}
.AnyTagClassName
{
color: #B2F9F5;
}
</style>
background-color css
<style>
a { background-color: #B2F9F5; }
a { background-color: rgb(178,249,245); }
div.DivClassName
{
background-color: #B2F9F5;
}
.BgClassName
{
background-color: #B2F9F5;
}
</style>
border-color css
<style>
span { border-color: #B2F9F5; }
span { border-color: rgb(178,249,245); }
td.TdClassName
{
border-color: #B2F9F5;
}
.TagClassName
{
border-color: #B2F9F5;
}
</style>