Shades of Pale Turquoise #B2F3EC
Tints of Pale Turquoise #B2F3EC
RGB
CMYK
RGB Variations
Color information
#B2F3EC (or 0xB2F3EC) is known color: Pale Turquoise. HEX triplet: B2, F3 and EC. RGB value is (178,243,236). Sum of RGB (Red+Green+Blue) = 178+243+236=657 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.09% from 657); Green value is 243 (95.31% from 255 or 36.99% from 657); Blue value is 236 (92.58% from 255 or 35.92% from 657); Max value from RGB is 243 - color contains mainly: green. Hex color #B2F3EC is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F3EC is #4D0C13. Grayscale: #DEDEDE. Windows color (decimal): -5049364 or 15528882. OLE color: 15528882.
HSL color Cylindrical-coordinate representation of color #B2F3EC: hue angle of 173.54º degrees, saturation: 0.73, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2F3EC is Cyan = 0.27, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 243 | 236 | - |
| CMYK | 0.27 | 0 | 0.03 | 0.05 |
| HSL | 173.54º | 0.73% | 0.83% | - |
| HSV(B) | 173.54º | 0.27% | 0.95% | - |
| XYZ | 65.55 | 79.62 | 91.27 | - |
| YUV | 222.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 243 | 236 | 0.27 | 0 | 0.03 | 0.05 | 173.54 | 0.73 | 0.83 |
| Hex | B2 | F3 | EC | 1B | 0 | 3 | 5 | AE | 49 | 53 |
| Octal | 262 | 363 | 354 | 33 | 0 | 3 | 5 | 256 | 111 | 123 |
| Binary | 10110010 | 11110011 | 11101100 | 11011 | 0 | 11 | 101 | 10101110 | 1001001 | 1010011 |
Color Harmonies of #B2F3EC
Complementary color
Monochromatic Colors of #B2F3EC
Black with #B2F3EC
Text Example
Text Example
White with #B2F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F3EC; }
p { color: rgb(178,243,236); }
H1.HeaderClassName
{
color: #B2F3EC;
}
.AnyTagClassName
{
color: #B2F3EC;
}
</style>
background-color css
<style>
a { background-color: #B2F3EC; }
a { background-color: rgb(178,243,236); }
div.DivClassName
{
background-color: #B2F3EC;
}
.BgClassName
{
background-color: #B2F3EC;
}
</style>
border-color css
<style>
span { border-color: #B2F3EC; }
span { border-color: rgb(178,243,236); }
td.TdClassName
{
border-color: #B2F3EC;
}
.TagClassName
{
border-color: #B2F3EC;
}
</style>