Shades of Pale Turquoise #B7ECF3
Tints of Pale Turquoise #B7ECF3
RGB
CMYK
RGB Variations
Color information
#B7ECF3 (or 0xB7ECF3) is known color: Pale Turquoise. HEX triplet: B7, EC and F3. RGB value is (183,236,243). Sum of RGB (Red+Green+Blue) = 183+236+243=662 (87% of max value = 765). Red value is 183 (71.88% from 255 or 27.64% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 243 (95.31% from 255 or 36.71% from 662); Max value from RGB is 243 - color contains mainly: blue. Hex color #B7ECF3 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7ECF3 is #48130C. Grayscale: #DCDCDC. Windows color (decimal): -4723469 or 15985847. OLE color: 15985847.
HSL color Cylindrical-coordinate representation of color #B7ECF3: hue angle of 187º 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 #B7ECF3 is Cyan = 0.25, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 183 | 236 | 243 | - |
| CMYK | 0.25 | 0.03 | 0 | 0.05 |
| HSL | 187º | 0.71% | 0.84% | - |
| HSV(B) | 187º | 0.25% | 0.95% | - |
| XYZ | 65.7 | 76.53 | 96.1 | - |
| YUV | 220.95 | 140.44 | 100.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 236 | 243 | 0.25 | 0.03 | 0 | 0.05 | 187 | 0.71 | 0.84 |
| Hex | B7 | EC | F3 | 19 | 3 | 0 | 5 | BB | 47 | 54 |
| Octal | 267 | 354 | 363 | 31 | 3 | 0 | 5 | 273 | 107 | 124 |
| Binary | 10110111 | 11101100 | 11110011 | 11001 | 11 | 0 | 101 | 10111011 | 1000111 | 1010100 |
Color Harmonies of #B7ECF3
Complementary color
Monochromatic Colors of #B7ECF3
Black with #B7ECF3
Text Example
Text Example
White with #B7ECF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7ECF3; }
p { color: rgb(183,236,243); }
H1.HeaderClassName
{
color: #B7ECF3;
}
.AnyTagClassName
{
color: #B7ECF3;
}
</style>
background-color css
<style>
a { background-color: #B7ECF3; }
a { background-color: rgb(183,236,243); }
div.DivClassName
{
background-color: #B7ECF3;
}
.BgClassName
{
background-color: #B7ECF3;
}
</style>
border-color css
<style>
span { border-color: #B7ECF3; }
span { border-color: rgb(183,236,243); }
td.TdClassName
{
border-color: #B7ECF3;
}
.TagClassName
{
border-color: #B7ECF3;
}
</style>