Shades of Pale Turquoise #B0FAF3
Tints of Pale Turquoise #B0FAF3
RGB
CMYK
RGB Variations
Color information
#B0FAF3 (or 0xB0FAF3) is known color: Pale Turquoise. HEX triplet: B0, FA and F3. RGB value is (176,250,243). Sum of RGB (Red+Green+Blue) = 176+250+243=669 (88% of max value = 765). Red value is 176 (69.14% from 255 or 26.31% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 243 (95.31% from 255 or 36.32% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #B0FAF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0FAF3 is #4F050C. Grayscale: #E3E3E3. Windows color (decimal): -5178637 or 15989424. OLE color: 15989424.
HSL color Cylindrical-coordinate representation of color #B0FAF3: hue angle of 174.32º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B0FAF3 is Cyan = 0.30, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 176 | 250 | 243 | - |
| CMYK | 0.30 | 0 | 0.03 | 0.02 |
| HSL | 174.32º | 0.88% | 0.84% | - |
| HSV(B) | 174.32º | 0.3% | 0.98% | - |
| XYZ | 68.27 | 84.07 | 97.42 | - |
| YUV | 227.08 | 136.98 | 91.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 250 | 243 | 0.30 | 0 | 0.03 | 0.02 | 174.32 | 0.88 | 0.84 |
| Hex | B0 | FA | F3 | 1E | 0 | 3 | 2 | AE | 58 | 54 |
| Octal | 260 | 372 | 363 | 36 | 0 | 3 | 2 | 256 | 130 | 124 |
| Binary | 10110000 | 11111010 | 11110011 | 11110 | 0 | 11 | 10 | 10101110 | 1011000 | 1010100 |
Color Harmonies of #B0FAF3
Complementary color
Monochromatic Colors of #B0FAF3
Black with #B0FAF3
Text Example
Text Example
White with #B0FAF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0FAF3; }
p { color: rgb(176,250,243); }
H1.HeaderClassName
{
color: #B0FAF3;
}
.AnyTagClassName
{
color: #B0FAF3;
}
</style>
background-color css
<style>
a { background-color: #B0FAF3; }
a { background-color: rgb(176,250,243); }
div.DivClassName
{
background-color: #B0FAF3;
}
.BgClassName
{
background-color: #B0FAF3;
}
</style>
border-color css
<style>
span { border-color: #B0FAF3; }
span { border-color: rgb(176,250,243); }
td.TdClassName
{
border-color: #B0FAF3;
}
.TagClassName
{
border-color: #B0FAF3;
}
</style>