Shades of Pale Turquoise #B0EFE7
Tints of Pale Turquoise #B0EFE7
RGB
CMYK
RGB Variations
Color information
#B0EFE7 (or 0xB0EFE7) is known color: Pale Turquoise. HEX triplet: B0, EF and E7. RGB value is (176,239,231). Sum of RGB (Red+Green+Blue) = 176+239+231=646 (85% of max value = 765). Red value is 176 (69.14% from 255 or 27.24% from 646); Green value is 239 (93.75% from 255 or 37.00% from 646); Blue value is 231 (90.62% from 255 or 35.76% from 646); Max value from RGB is 239 - color contains mainly: green. Hex color #B0EFE7 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EFE7 is #4F1018. Grayscale: #DBDBDB. Windows color (decimal): -5181465 or 15200176. OLE color: 15200176.
HSL color Cylindrical-coordinate representation of color #B0EFE7: hue angle of 172.38º degrees, saturation: 0.66, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B0EFE7 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 176 | 239 | 231 | - |
| CMYK | 0.26 | 0 | 0.03 | 0.06 |
| HSL | 172.38º | 0.66% | 0.81% | - |
| HSV(B) | 172.38º | 0.26% | 0.94% | - |
| XYZ | 63.19 | 76.73 | 87.08 | - |
| YUV | 219.25 | 134.63 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 239 | 231 | 0.26 | 0 | 0.03 | 0.06 | 172.38 | 0.66 | 0.81 |
| Hex | B0 | EF | E7 | 1A | 0 | 3 | 6 | AC | 42 | 51 |
| Octal | 260 | 357 | 347 | 32 | 0 | 3 | 6 | 254 | 102 | 121 |
| Binary | 10110000 | 11101111 | 11100111 | 11010 | 0 | 11 | 110 | 10101100 | 1000010 | 1010001 |
Color Harmonies of #B0EFE7
Complementary color
Monochromatic Colors of #B0EFE7
Black with #B0EFE7
Text Example
Text Example
White with #B0EFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EFE7; }
p { color: rgb(176,239,231); }
H1.HeaderClassName
{
color: #B0EFE7;
}
.AnyTagClassName
{
color: #B0EFE7;
}
</style>
background-color css
<style>
a { background-color: #B0EFE7; }
a { background-color: rgb(176,239,231); }
div.DivClassName
{
background-color: #B0EFE7;
}
.BgClassName
{
background-color: #B0EFE7;
}
</style>
border-color css
<style>
span { border-color: #B0EFE7; }
span { border-color: rgb(176,239,231); }
td.TdClassName
{
border-color: #B0EFE7;
}
.TagClassName
{
border-color: #B0EFE7;
}
</style>