Shades of Pale Turquoise #B8EDE7
Tints of Pale Turquoise #B8EDE7
RGB
CMYK
RGB Variations
Color information
#B8EDE7 (or 0xB8EDE7) is known color: Pale Turquoise. HEX triplet: B8, ED and E7. RGB value is (184,237,231). Sum of RGB (Red+Green+Blue) = 184+237+231=652 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.22% from 652); Green value is 237 (92.97% from 255 or 36.35% from 652); Blue value is 231 (90.62% from 255 or 35.43% from 652); Max value from RGB is 237 - color contains mainly: green. Hex color #B8EDE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EDE7 is #471218. Grayscale: #DCDCDC. Windows color (decimal): -4657689 or 15199672. OLE color: 15199672.
HSL color Cylindrical-coordinate representation of color #B8EDE7: hue angle of 173.21º degrees, saturation: 0.6, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #B8EDE7 is Cyan = 0.22, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 184 | 237 | 231 | - |
| CMYK | 0.22 | 0 | 0.03 | 0.07 |
| HSL | 173.21º | 0.6% | 0.83% | - |
| HSV(B) | 173.21º | 0.22% | 0.93% | - |
| XYZ | 64.48 | 76.53 | 86.97 | - |
| YUV | 220.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 237 | 231 | 0.22 | 0 | 0.03 | 0.07 | 173.21 | 0.6 | 0.83 |
| Hex | B8 | ED | E7 | 16 | 0 | 3 | 7 | AD | 3C | 53 |
| Octal | 270 | 355 | 347 | 26 | 0 | 3 | 7 | 255 | 74 | 123 |
| Binary | 10111000 | 11101101 | 11100111 | 10110 | 0 | 11 | 111 | 10101101 | 111100 | 1010011 |
Color Harmonies of #B8EDE7
Complementary color
Monochromatic Colors of #B8EDE7
Black with #B8EDE7
Text Example
Text Example
White with #B8EDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EDE7; }
p { color: rgb(184,237,231); }
H1.HeaderClassName
{
color: #B8EDE7;
}
.AnyTagClassName
{
color: #B8EDE7;
}
</style>
background-color css
<style>
a { background-color: #B8EDE7; }
a { background-color: rgb(184,237,231); }
div.DivClassName
{
background-color: #B8EDE7;
}
.BgClassName
{
background-color: #B8EDE7;
}
</style>
border-color css
<style>
span { border-color: #B8EDE7; }
span { border-color: rgb(184,237,231); }
td.TdClassName
{
border-color: #B8EDE7;
}
.TagClassName
{
border-color: #B8EDE7;
}
</style>