Shades of Pale Turquoise #B7F6EC
Tints of Pale Turquoise #B7F6EC
RGB
CMYK
RGB Variations
Color information
#B7F6EC (or 0xB7F6EC) is known color: Pale Turquoise. HEX triplet: B7, F6 and EC. RGB value is (183,246,236). Sum of RGB (Red+Green+Blue) = 183+246+236=665 (88% of max value = 765). Red value is 183 (71.88% from 255 or 27.52% from 665); Green value is 246 (96.48% from 255 or 36.99% from 665); Blue value is 236 (92.58% from 255 or 35.49% from 665); Max value from RGB is 246 - color contains mainly: green. Hex color #B7F6EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F6EC is #480913. Grayscale: #E2E2E2. Windows color (decimal): -4720916 or 15529655. OLE color: 15529655.
HSL color Cylindrical-coordinate representation of color #B7F6EC: hue angle of 170.48º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B7F6EC is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 183 | 246 | 236 | - |
| CMYK | 0.26 | 0 | 0.04 | 0.04 |
| HSL | 170.48º | 0.78% | 0.84% | - |
| HSV(B) | 170.48º | 0.26% | 0.96% | - |
| XYZ | 67.62 | 82.03 | 91.63 | - |
| YUV | 226.02 | 133.63 | 97.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 246 | 236 | 0.26 | 0 | 0.04 | 0.04 | 170.48 | 0.78 | 0.84 |
| Hex | B7 | F6 | EC | 1A | 0 | 4 | 4 | AA | 4E | 54 |
| Octal | 267 | 366 | 354 | 32 | 0 | 4 | 4 | 252 | 116 | 124 |
| Binary | 10110111 | 11110110 | 11101100 | 11010 | 0 | 100 | 100 | 10101010 | 1001110 | 1010100 |
Color Harmonies of #B7F6EC
Complementary color
Monochromatic Colors of #B7F6EC
Black with #B7F6EC
Text Example
Text Example
White with #B7F6EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F6EC; }
p { color: rgb(183,246,236); }
H1.HeaderClassName
{
color: #B7F6EC;
}
.AnyTagClassName
{
color: #B7F6EC;
}
</style>
background-color css
<style>
a { background-color: #B7F6EC; }
a { background-color: rgb(183,246,236); }
div.DivClassName
{
background-color: #B7F6EC;
}
.BgClassName
{
background-color: #B7F6EC;
}
</style>
border-color css
<style>
span { border-color: #B7F6EC; }
span { border-color: rgb(183,246,236); }
td.TdClassName
{
border-color: #B7F6EC;
}
.TagClassName
{
border-color: #B7F6EC;
}
</style>