Shades of Pale Turquoise #B7E8EA
Tints of Pale Turquoise #B7E8EA
RGB
CMYK
RGB Variations
Color information
#B7E8EA (or 0xB7E8EA) is known color: Pale Turquoise. HEX triplet: B7, E8 and EA. RGB value is (183,232,234). Sum of RGB (Red+Green+Blue) = 183+232+234=649 (85% of max value = 765). Red value is 183 (71.88% from 255 or 28.20% from 649); Green value is 232 (91.02% from 255 or 35.75% from 649); Blue value is 234 (91.80% from 255 or 36.06% from 649); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7E8EA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7E8EA is #481715. Grayscale: #D9D9D9. Windows color (decimal): -4724502 or 15394999. OLE color: 15394999.
HSL color Cylindrical-coordinate representation of color #B7E8EA: hue angle of 182.35º degrees, saturation: 0.55, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B7E8EA is Cyan = 0.22, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 183 | 232 | 234 | - |
| CMYK | 0.22 | 0.01 | 0 | 0.08 |
| HSL | 182.35º | 0.55% | 0.82% | - |
| HSV(B) | 182.35º | 0.22% | 0.92% | - |
| XYZ | 63.24 | 73.72 | 88.74 | - |
| YUV | 217.58 | 137.27 | 103.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 232 | 234 | 0.22 | 0.01 | 0 | 0.08 | 182.35 | 0.55 | 0.82 |
| Hex | B7 | E8 | EA | 16 | 1 | 0 | 8 | B6 | 37 | 52 |
| Octal | 267 | 350 | 352 | 26 | 1 | 0 | 10 | 266 | 67 | 122 |
| Binary | 10110111 | 11101000 | 11101010 | 10110 | 1 | 0 | 1000 | 10110110 | 110111 | 1010010 |
Color Harmonies of #B7E8EA
Complementary color
Monochromatic Colors of #B7E8EA
Black with #B7E8EA
Text Example
Text Example
White with #B7E8EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7E8EA; }
p { color: rgb(183,232,234); }
H1.HeaderClassName
{
color: #B7E8EA;
}
.AnyTagClassName
{
color: #B7E8EA;
}
</style>
background-color css
<style>
a { background-color: #B7E8EA; }
a { background-color: rgb(183,232,234); }
div.DivClassName
{
background-color: #B7E8EA;
}
.BgClassName
{
background-color: #B7E8EA;
}
</style>
border-color css
<style>
span { border-color: #B7E8EA; }
span { border-color: rgb(183,232,234); }
td.TdClassName
{
border-color: #B7E8EA;
}
.TagClassName
{
border-color: #B7E8EA;
}
</style>