Shades of Pale Turquoise #B5F6EF
Tints of Pale Turquoise #B5F6EF
RGB
CMYK
RGB Variations
Color information
#B5F6EF (or 0xB5F6EF) is known color: Pale Turquoise. HEX triplet: B5, F6 and EF. RGB value is (181,246,239). Sum of RGB (Red+Green+Blue) = 181+246+239=666 (88% of max value = 765). Red value is 181 (71.09% from 255 or 27.18% from 666); Green value is 246 (96.48% from 255 or 36.94% from 666); Blue value is 239 (93.75% from 255 or 35.89% from 666); Max value from RGB is 246 - color contains mainly: green. Hex color #B5F6EF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B5F6EF is #4A0910. Grayscale: #E1E1E1. Windows color (decimal): -4851985 or 15726261. OLE color: 15726261.
HSL color Cylindrical-coordinate representation of color #B5F6EF: hue angle of 173.54º degrees, saturation: 0.78, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B5F6EF is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 181 | 246 | 239 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.04 |
| HSL | 173.54º | 0.78% | 0.84% | - |
| HSV(B) | 173.54º | 0.26% | 0.96% | - |
| XYZ | 67.59 | 81.97 | 93.92 | - |
| YUV | 225.77 | 135.47 | 96.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 246 | 239 | 0.26 | 0 | 0.03 | 0.04 | 173.54 | 0.78 | 0.84 |
| Hex | B5 | F6 | EF | 1A | 0 | 3 | 4 | AE | 4E | 54 |
| Octal | 265 | 366 | 357 | 32 | 0 | 3 | 4 | 256 | 116 | 124 |
| Binary | 10110101 | 11110110 | 11101111 | 11010 | 0 | 11 | 100 | 10101110 | 1001110 | 1010100 |
Color Harmonies of #B5F6EF
Complementary color
Monochromatic Colors of #B5F6EF
Black with #B5F6EF
Text Example
Text Example
White with #B5F6EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B5F6EF; }
p { color: rgb(181,246,239); }
H1.HeaderClassName
{
color: #B5F6EF;
}
.AnyTagClassName
{
color: #B5F6EF;
}
</style>
background-color css
<style>
a { background-color: #B5F6EF; }
a { background-color: rgb(181,246,239); }
div.DivClassName
{
background-color: #B5F6EF;
}
.BgClassName
{
background-color: #B5F6EF;
}
</style>
border-color css
<style>
span { border-color: #B5F6EF; }
span { border-color: rgb(181,246,239); }
td.TdClassName
{
border-color: #B5F6EF;
}
.TagClassName
{
border-color: #B5F6EF;
}
</style>