Shades of Pale Turquoise #B7EDE7
Tints of Pale Turquoise #B7EDE7
RGB
CMYK
RGB Variations
Color information
#B7EDE7 (or 0xB7EDE7) is known color: Pale Turquoise. HEX triplet: B7, ED and E7. RGB value is (183,237,231). Sum of RGB (Red+Green+Blue) = 183+237+231=651 (86% of max value = 765). Red value is 183 (71.88% from 255 or 28.11% from 651); Green value is 237 (92.97% from 255 or 36.41% from 651); Blue value is 231 (90.62% from 255 or 35.48% from 651); Max value from RGB is 237 - color contains mainly: green. Hex color #B7EDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EDE7 is #481218. Grayscale: #DCDCDC. Windows color (decimal): -4723225 or 15199671. OLE color: 15199671.
HSL color Cylindrical-coordinate representation of color #B7EDE7: hue angle of 173.33º 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 #B7EDE7 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 183 | 237 | 231 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.07 |
| HSL | 173.33º | 0.6% | 0.82% | - |
| HSV(B) | 173.33º | 0.23% | 0.93% | - |
| XYZ | 64.24 | 76.41 | 86.96 | - |
| YUV | 220.17 | 134.11 | 101.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 237 | 231 | 0.23 | 0 | 0.03 | 0.07 | 173.33 | 0.6 | 0.82 |
| Hex | B7 | ED | E7 | 17 | 0 | 3 | 7 | AD | 3C | 52 |
| Octal | 267 | 355 | 347 | 27 | 0 | 3 | 7 | 255 | 74 | 122 |
| Binary | 10110111 | 11101101 | 11100111 | 10111 | 0 | 11 | 111 | 10101101 | 111100 | 1010010 |
Color Harmonies of #B7EDE7
Complementary color
Monochromatic Colors of #B7EDE7
Black with #B7EDE7
Text Example
Text Example
White with #B7EDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EDE7; }
p { color: rgb(183,237,231); }
H1.HeaderClassName
{
color: #B7EDE7;
}
.AnyTagClassName
{
color: #B7EDE7;
}
</style>
background-color css
<style>
a { background-color: #B7EDE7; }
a { background-color: rgb(183,237,231); }
div.DivClassName
{
background-color: #B7EDE7;
}
.BgClassName
{
background-color: #B7EDE7;
}
</style>
border-color css
<style>
span { border-color: #B7EDE7; }
span { border-color: rgb(183,237,231); }
td.TdClassName
{
border-color: #B7EDE7;
}
.TagClassName
{
border-color: #B7EDE7;
}
</style>