Shades of Pale Turquoise #B7EFE8
Tints of Pale Turquoise #B7EFE8
RGB
CMYK
RGB Variations
Color information
#B7EFE8 (or 0xB7EFE8) is known color: Pale Turquoise. HEX triplet: B7, EF and E8. RGB value is (183,239,232). Sum of RGB (Red+Green+Blue) = 183+239+232=654 (86% of max value = 765). Red value is 183 (71.88% from 255 or 27.98% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 232 (91.02% from 255 or 35.47% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #B7EFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B7EFE8 is #481017. Grayscale: #DDDDDD. Windows color (decimal): -4722712 or 15265719. OLE color: 15265719.
HSL color Cylindrical-coordinate representation of color #B7EFE8: hue angle of 172.5º degrees, saturation: 0.64, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #B7EFE8 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 183 | 239 | 232 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.06 |
| HSL | 172.5º | 0.64% | 0.83% | - |
| HSV(B) | 172.5º | 0.23% | 0.94% | - |
| XYZ | 64.96 | 77.63 | 87.9 | - |
| YUV | 221.46 | 133.95 | 100.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 239 | 232 | 0.23 | 0 | 0.03 | 0.06 | 172.5 | 0.64 | 0.83 |
| Hex | B7 | EF | E8 | 17 | 0 | 3 | 6 | AC | 40 | 53 |
| Octal | 267 | 357 | 350 | 27 | 0 | 3 | 6 | 254 | 100 | 123 |
| Binary | 10110111 | 11101111 | 11101000 | 10111 | 0 | 11 | 110 | 10101100 | 1000000 | 1010011 |
Color Harmonies of #B7EFE8
Complementary color
Monochromatic Colors of #B7EFE8
Black with #B7EFE8
Text Example
Text Example
White with #B7EFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7EFE8; }
p { color: rgb(183,239,232); }
H1.HeaderClassName
{
color: #B7EFE8;
}
.AnyTagClassName
{
color: #B7EFE8;
}
</style>
background-color css
<style>
a { background-color: #B7EFE8; }
a { background-color: rgb(183,239,232); }
div.DivClassName
{
background-color: #B7EFE8;
}
.BgClassName
{
background-color: #B7EFE8;
}
</style>
border-color css
<style>
span { border-color: #B7EFE8; }
span { border-color: rgb(183,239,232); }
td.TdClassName
{
border-color: #B7EFE8;
}
.TagClassName
{
border-color: #B7EFE8;
}
</style>