Shades of Pale Turquoise #B8F1EC
Tints of Pale Turquoise #B8F1EC
RGB
CMYK
RGB Variations
Color information
#B8F1EC (or 0xB8F1EC) is known color: Pale Turquoise. HEX triplet: B8, F1 and EC. RGB value is (184,241,236). Sum of RGB (Red+Green+Blue) = 184+241+236=661 (87% of max value = 765). Red value is 184 (72.27% from 255 or 27.84% from 661); Green value is 241 (94.53% from 255 or 36.46% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 241 - color contains mainly: green. Hex color #B8F1EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8F1EC is #470E13. Grayscale: #DFDFDF. Windows color (decimal): -4656660 or 15528376. OLE color: 15528376.
HSL color Cylindrical-coordinate representation of color #B8F1EC: hue angle of 174.74º degrees, saturation: 0.67, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B8F1EC is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 184 | 241 | 236 | - |
| CMYK | 0.24 | 0 | 0.02 | 0.05 |
| HSL | 174.74º | 0.67% | 0.83% | - |
| HSV(B) | 174.74º | 0.24% | 0.95% | - |
| XYZ | 66.36 | 79.16 | 91.14 | - |
| YUV | 223.39 | 135.12 | 99.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 241 | 236 | 0.24 | 0 | 0.02 | 0.05 | 174.74 | 0.67 | 0.83 |
| Hex | B8 | F1 | EC | 18 | 0 | 2 | 5 | AF | 43 | 53 |
| Octal | 270 | 361 | 354 | 30 | 0 | 2 | 5 | 257 | 103 | 123 |
| Binary | 10111000 | 11110001 | 11101100 | 11000 | 0 | 10 | 101 | 10101111 | 1000011 | 1010011 |
Color Harmonies of #B8F1EC
Complementary color
Monochromatic Colors of #B8F1EC
Black with #B8F1EC
Text Example
Text Example
White with #B8F1EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8F1EC; }
p { color: rgb(184,241,236); }
H1.HeaderClassName
{
color: #B8F1EC;
}
.AnyTagClassName
{
color: #B8F1EC;
}
</style>
background-color css
<style>
a { background-color: #B8F1EC; }
a { background-color: rgb(184,241,236); }
div.DivClassName
{
background-color: #B8F1EC;
}
.BgClassName
{
background-color: #B8F1EC;
}
</style>
border-color css
<style>
span { border-color: #B8F1EC; }
span { border-color: rgb(184,241,236); }
td.TdClassName
{
border-color: #B8F1EC;
}
.TagClassName
{
border-color: #B8F1EC;
}
</style>