Shades of Pale Turquoise #B3FAF4
Tints of Pale Turquoise #B3FAF4
RGB
CMYK
RGB Variations
Color information
#B3FAF4 (or 0xB3FAF4) is known color: Pale Turquoise. HEX triplet: B3, FA and F4. RGB value is (179,250,244). Sum of RGB (Red+Green+Blue) = 179+250+244=673 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.60% from 673); Green value is 250 (98.05% from 255 or 37.15% from 673); Blue value is 244 (95.70% from 255 or 36.26% from 673); Max value from RGB is 250 - color contains mainly: green. Hex color #B3FAF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3FAF4 is #4C050B. Grayscale: #E4E4E4. Windows color (decimal): -4982028 or 16054963. OLE color: 16054963.
HSL color Cylindrical-coordinate representation of color #B3FAF4: hue angle of 174.93º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3FAF4 is Cyan = 0.28, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 179 | 250 | 244 | - |
| CMYK | 0.28 | 0 | 0.02 | 0.02 |
| HSL | 174.93º | 0.88% | 0.84% | - |
| HSV(B) | 174.93º | 0.28% | 0.98% | - |
| XYZ | 69.11 | 84.49 | 98.25 | - |
| YUV | 228.09 | 136.98 | 92.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 250 | 244 | 0.28 | 0 | 0.02 | 0.02 | 174.93 | 0.88 | 0.84 |
| Hex | B3 | FA | F4 | 1C | 0 | 2 | 2 | AF | 58 | 54 |
| Octal | 263 | 372 | 364 | 34 | 0 | 2 | 2 | 257 | 130 | 124 |
| Binary | 10110011 | 11111010 | 11110100 | 11100 | 0 | 10 | 10 | 10101111 | 1011000 | 1010100 |
Color Harmonies of #B3FAF4
Complementary color
Monochromatic Colors of #B3FAF4
Black with #B3FAF4
Text Example
Text Example
White with #B3FAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3FAF4; }
p { color: rgb(179,250,244); }
H1.HeaderClassName
{
color: #B3FAF4;
}
.AnyTagClassName
{
color: #B3FAF4;
}
</style>
background-color css
<style>
a { background-color: #B3FAF4; }
a { background-color: rgb(179,250,244); }
div.DivClassName
{
background-color: #B3FAF4;
}
.BgClassName
{
background-color: #B3FAF4;
}
</style>
border-color css
<style>
span { border-color: #B3FAF4; }
span { border-color: rgb(179,250,244); }
td.TdClassName
{
border-color: #B3FAF4;
}
.TagClassName
{
border-color: #B3FAF4;
}
</style>