Shades of Pale Turquoise #B7EDE8
Tints of Pale Turquoise #B7EDE8
RGB
CMYK
RGB Variations
Color information
#B7EDE8 (or 0xB7EDE8) is known color: Pale Turquoise. HEX triplet: B7, ED and E8. RGB value is (183,237,232). Sum of RGB (Red+Green+Blue) = 183+237+232=652 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.07% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 232 (91.02% from 255 or 35.58% from 652); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EDE8 is #481217. Grayscale: #DCDCDC. Windows color (decimal): -4723224 or 15265207. OLE color: 15265207.
HSL color Cylindrical-coordinate representation of color #B7EDE8: hue angle of 174.44º degrees, saturation: 0.6, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EDE8 is Cyan = 0.23, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 237 | 232 | - |
| CMYK | 0.23 | 0 | 0.02 | 0.07 |
| HSL | 174.44º | 0.6% | 0.82% | - |
| HSV(B) | 174.44º | 0.23% | 0.93% | - |
| XYZ | 64.38 | 76.46 | 87.71 | - |
| YUV | 220.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 237 | 232 | 0.23 | 0 | 0.02 | 0.07 | 174.44 | 0.6 | 0.82 |
| Hex | B7 | ED | E8 | 17 | 0 | 2 | 7 | AE | 3C | 52 |
| Octal | 267 | 355 | 350 | 27 | 0 | 2 | 7 | 256 | 74 | 122 |
| Binary | 10110111 | 11101101 | 11101000 | 10111 | 0 | 10 | 111 | 10101110 | 111100 | 1010010 |
Color Harmonies of #B7EDE8
Complementary color
Monochromatic Colors of #B7EDE8
Black with #B7EDE8
Text Example
Text Example
White with #B7EDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EDE8; }
p { color: rgb(183,237,232); }
H1.HeaderClassName
{
color: #B7EDE8;
}
.AnyTagClassName
{
color: #B7EDE8;
}
</style>
background-color css
<style>
a { background-color: #B7EDE8; }
a { background-color: rgb(183,237,232); }
div.DivClassName
{
background-color: #B7EDE8;
}
.BgClassName
{
background-color: #B7EDE8;
}
</style>
border-color css
<style>
span { border-color: #B7EDE8; }
span { border-color: rgb(183,237,232); }
td.TdClassName
{
border-color: #B7EDE8;
}
.TagClassName
{
border-color: #B7EDE8;
}
</style>