Shades of Pale Turquoise #B3F3EC
Tints of Pale Turquoise #B3F3EC
RGB
CMYK
RGB Variations
Color information
#B3F3EC (or 0xB3F3EC) is known color: Pale Turquoise. HEX triplet: B3, F3 and EC. RGB value is (179,243,236). Sum of RGB (Red+Green+Blue) = 179+243+236=658 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.20% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 236 (92.58% from 255 or 35.87% from 658); Max value from RGB is 243 - color contains mainly: green. Hex color #B3F3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F3EC is #4C0C13. Grayscale: #DFDFDF. Windows color (decimal): -4983828 or 15528883. OLE color: 15528883.
HSL color Cylindrical-coordinate representation of color #B3F3EC: hue angle of 173.44º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3F3EC is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 243 | 236 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.05 |
| HSL | 173.44º | 0.73% | 0.83% | - |
| HSV(B) | 173.44º | 0.26% | 0.95% | - |
| XYZ | 65.78 | 79.74 | 91.28 | - |
| YUV | 223.07 | 135.3 | 96.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 243 | 236 | 0.26 | 0 | 0.03 | 0.05 | 173.44 | 0.73 | 0.83 |
| Hex | B3 | F3 | EC | 1A | 0 | 3 | 5 | AD | 49 | 53 |
| Octal | 263 | 363 | 354 | 32 | 0 | 3 | 5 | 255 | 111 | 123 |
| Binary | 10110011 | 11110011 | 11101100 | 11010 | 0 | 11 | 101 | 10101101 | 1001001 | 1010011 |
Color Harmonies of #B3F3EC
Complementary color
Monochromatic Colors of #B3F3EC
Black with #B3F3EC
Text Example
Text Example
White with #B3F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F3EC; }
p { color: rgb(179,243,236); }
H1.HeaderClassName
{
color: #B3F3EC;
}
.AnyTagClassName
{
color: #B3F3EC;
}
</style>
background-color css
<style>
a { background-color: #B3F3EC; }
a { background-color: rgb(179,243,236); }
div.DivClassName
{
background-color: #B3F3EC;
}
.BgClassName
{
background-color: #B3F3EC;
}
</style>
border-color css
<style>
span { border-color: #B3F3EC; }
span { border-color: rgb(179,243,236); }
td.TdClassName
{
border-color: #B3F3EC;
}
.TagClassName
{
border-color: #B3F3EC;
}
</style>