Shades of Pale Turquoise #B8ECF2
Tints of Pale Turquoise #B8ECF2
RGB
CMYK
RGB Variations
Color information
#B8ECF2 (or 0xB8ECF2) is known color: Pale Turquoise. HEX triplet: B8, EC and F2. RGB value is (184,236,242). Sum of RGB (Red+Green+Blue) = 184+236+242=662 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.79% from 662); Green value is 236 (92.58% from 255 or 35.65% from 662); Blue value is 242 (94.92% from 255 or 36.56% from 662); Max value from RGB is 242 - color contains mainly: blue. Hex color #B8ECF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8ECF2 is #47130D. Grayscale: #DDDDDD. Windows color (decimal): -4657934 or 15920312. OLE color: 15920312.
HSL color Cylindrical-coordinate representation of color #B8ECF2: hue angle of 186.21º degrees, saturation: 0.69, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8ECF2 is Cyan = 0.24, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 236 | 242 | - |
| CMYK | 0.24 | 0.02 | 0 | 0.05 |
| HSL | 186.21º | 0.69% | 0.84% | - |
| HSV(B) | 186.21º | 0.24% | 0.95% | - |
| XYZ | 65.79 | 76.59 | 95.32 | - |
| YUV | 221.14 | 139.77 | 101.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 236 | 242 | 0.24 | 0.02 | 0 | 0.05 | 186.21 | 0.69 | 0.84 |
| Hex | B8 | EC | F2 | 18 | 2 | 0 | 5 | BA | 45 | 54 |
| Octal | 270 | 354 | 362 | 30 | 2 | 0 | 5 | 272 | 105 | 124 |
| Binary | 10111000 | 11101100 | 11110010 | 11000 | 10 | 0 | 101 | 10111010 | 1000101 | 1010100 |
Color Harmonies of #B8ECF2
Complementary color
Monochromatic Colors of #B8ECF2
Black with #B8ECF2
Text Example
Text Example
White with #B8ECF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8ECF2; }
p { color: rgb(184,236,242); }
H1.HeaderClassName
{
color: #B8ECF2;
}
.AnyTagClassName
{
color: #B8ECF2;
}
</style>
background-color css
<style>
a { background-color: #B8ECF2; }
a { background-color: rgb(184,236,242); }
div.DivClassName
{
background-color: #B8ECF2;
}
.BgClassName
{
background-color: #B8ECF2;
}
</style>
border-color css
<style>
span { border-color: #B8ECF2; }
span { border-color: rgb(184,236,242); }
td.TdClassName
{
border-color: #B8ECF2;
}
.TagClassName
{
border-color: #B8ECF2;
}
</style>