Shades of Pale Turquoise #B3F1E8
Tints of Pale Turquoise #B3F1E8
RGB
CMYK
RGB Variations
Color information
#B3F1E8 (or 0xB3F1E8) is known color: Pale Turquoise. HEX triplet: B3, F1 and E8. RGB value is (179,241,232). Sum of RGB (Red+Green+Blue) = 179+241+232=652 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.45% from 652); Green value is 241 (94.53% from 255 or 36.96% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 241 - color contains mainly: green. Hex color #B3F1E8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F1E8 is #4C0E17. Grayscale: #DDDDDD. Windows color (decimal): -4984344 or 15266227. OLE color: 15266227.
HSL color Cylindrical-coordinate representation of color #B3F1E8: hue angle of 171.29º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F1E8 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 241 | 232 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.05 |
| HSL | 171.29º | 0.69% | 0.82% | - |
| HSV(B) | 171.29º | 0.26% | 0.95% | - |
| XYZ | 64.61 | 78.32 | 88.06 | - |
| YUV | 221.44 | 133.96 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 241 | 232 | 0.26 | 0 | 0.04 | 0.05 | 171.29 | 0.69 | 0.82 |
| Hex | B3 | F1 | E8 | 1A | 0 | 4 | 5 | AB | 45 | 52 |
| Octal | 263 | 361 | 350 | 32 | 0 | 4 | 5 | 253 | 105 | 122 |
| Binary | 10110011 | 11110001 | 11101000 | 11010 | 0 | 100 | 101 | 10101011 | 1000101 | 1010010 |
Color Harmonies of #B3F1E8
Complementary color
Monochromatic Colors of #B3F1E8
Black with #B3F1E8
Text Example
Text Example
White with #B3F1E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F1E8; }
p { color: rgb(179,241,232); }
H1.HeaderClassName
{
color: #B3F1E8;
}
.AnyTagClassName
{
color: #B3F1E8;
}
</style>
background-color css
<style>
a { background-color: #B3F1E8; }
a { background-color: rgb(179,241,232); }
div.DivClassName
{
background-color: #B3F1E8;
}
.BgClassName
{
background-color: #B3F1E8;
}
</style>
border-color css
<style>
span { border-color: #B3F1E8; }
span { border-color: rgb(179,241,232); }
td.TdClassName
{
border-color: #B3F1E8;
}
.TagClassName
{
border-color: #B3F1E8;
}
</style>