Shades of Pale Turquoise #B5F4EC
Tints of Pale Turquoise #B5F4EC
RGB
CMYK
RGB Variations
Color information
#B5F4EC (or 0xB5F4EC) is known color: Pale Turquoise. HEX triplet: B5, F4 and EC. RGB value is (181,244,236). Sum of RGB (Red+Green+Blue) = 181+244+236=661 (87% of max value = 765). Red value is 181 (71.09% from 255 or 27.38% from 661); Green value is 244 (95.70% from 255 or 36.91% from 661); Blue value is 236 (92.58% from 255 or 35.70% from 661); Max value from RGB is 244 - color contains mainly: green. Hex color #B5F4EC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F4EC is #4A0B13. Grayscale: #E0E0E0. Windows color (decimal): -4852500 or 15529141. OLE color: 15529141.
HSL color Cylindrical-coordinate representation of color #B5F4EC: hue angle of 172.38º degrees, saturation: 0.74, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F4EC is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 244 | 236 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.04 |
| HSL | 172.38º | 0.74% | 0.83% | - |
| HSV(B) | 172.38º | 0.26% | 0.96% | - |
| XYZ | 66.55 | 80.58 | 91.4 | - |
| YUV | 224.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 244 | 236 | 0.26 | 0 | 0.03 | 0.04 | 172.38 | 0.74 | 0.83 |
| Hex | B5 | F4 | EC | 1A | 0 | 3 | 4 | AC | 4A | 53 |
| Octal | 265 | 364 | 354 | 32 | 0 | 3 | 4 | 254 | 112 | 123 |
| Binary | 10110101 | 11110100 | 11101100 | 11010 | 0 | 11 | 100 | 10101100 | 1001010 | 1010011 |
Color Harmonies of #B5F4EC
Complementary color
Monochromatic Colors of #B5F4EC
Black with #B5F4EC
Text Example
Text Example
White with #B5F4EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F4EC; }
p { color: rgb(181,244,236); }
H1.HeaderClassName
{
color: #B5F4EC;
}
.AnyTagClassName
{
color: #B5F4EC;
}
</style>
background-color css
<style>
a { background-color: #B5F4EC; }
a { background-color: rgb(181,244,236); }
div.DivClassName
{
background-color: #B5F4EC;
}
.BgClassName
{
background-color: #B5F4EC;
}
</style>
border-color css
<style>
span { border-color: #B5F4EC; }
span { border-color: rgb(181,244,236); }
td.TdClassName
{
border-color: #B5F4EC;
}
.TagClassName
{
border-color: #B5F4EC;
}
</style>