Shades of Pale Turquoise #B7F3EC
Tints of Pale Turquoise #B7F3EC
RGB
CMYK
RGB Variations
Color information
#B7F3EC (or 0xB7F3EC) is known color: Pale Turquoise. HEX triplet: B7, F3 and EC. RGB value is (183,243,236). Sum of RGB (Red+Green+Blue) = 183+243+236=662 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.64% from 662); Green value is 243 (95.31% from 255 or 36.71% from 662); Blue value is 236 (92.58% from 255 or 35.65% from 662); Max value from RGB is 243 - color contains mainly: green. Hex color #B7F3EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7F3EC is #480C13. Grayscale: #E0E0E0. Windows color (decimal): -4721684 or 15528887. OLE color: 15528887.
HSL color Cylindrical-coordinate representation of color #B7F3EC: hue angle of 173º degrees, saturation: 0.71, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B7F3EC is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 243 | 236 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.05 |
| HSL | 173º | 0.71% | 0.84% | - |
| HSV(B) | 173º | 0.25% | 0.95% | - |
| XYZ | 66.72 | 80.22 | 91.33 | - |
| YUV | 224.26 | 134.62 | 98.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 243 | 236 | 0.25 | 0 | 0.03 | 0.05 | 173 | 0.71 | 0.84 |
| Hex | B7 | F3 | EC | 19 | 0 | 3 | 5 | AD | 47 | 54 |
| Octal | 267 | 363 | 354 | 31 | 0 | 3 | 5 | 255 | 107 | 124 |
| Binary | 10110111 | 11110011 | 11101100 | 11001 | 0 | 11 | 101 | 10101101 | 1000111 | 1010100 |
Color Harmonies of #B7F3EC
Complementary color
Monochromatic Colors of #B7F3EC
Black with #B7F3EC
Text Example
Text Example
White with #B7F3EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7F3EC; }
p { color: rgb(183,243,236); }
H1.HeaderClassName
{
color: #B7F3EC;
}
.AnyTagClassName
{
color: #B7F3EC;
}
</style>
background-color css
<style>
a { background-color: #B7F3EC; }
a { background-color: rgb(183,243,236); }
div.DivClassName
{
background-color: #B7F3EC;
}
.BgClassName
{
background-color: #B7F3EC;
}
</style>
border-color css
<style>
span { border-color: #B7F3EC; }
span { border-color: rgb(183,243,236); }
td.TdClassName
{
border-color: #B7F3EC;
}
.TagClassName
{
border-color: #B7F3EC;
}
</style>