Shades of Pale Turquoise #B8EFE8
Tints of Pale Turquoise #B8EFE8
RGB
CMYK
RGB Variations
Color information
#B8EFE8 (or 0xB8EFE8) is known color: Pale Turquoise. HEX triplet: B8, EF and E8. RGB value is (184,239,232). Sum of RGB (Red+Green+Blue) = 184+239+232=655 (86% of max value = 765). Red value is 184 (72.27% from 255 or 28.09% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 232 (91.02% from 255 or 35.42% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #B8EFE8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EFE8 is #471017. Grayscale: #DDDDDD. Windows color (decimal): -4657176 or 15265720. OLE color: 15265720.
HSL color Cylindrical-coordinate representation of color #B8EFE8: hue angle of 172.36º degrees, saturation: 0.63, 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 #B8EFE8 is Cyan = 0.23, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 184 | 239 | 232 | - |
| CMYK | 0.23 | 0 | 0.03 | 0.06 |
| HSL | 172.36º | 0.63% | 0.83% | - |
| HSV(B) | 172.36º | 0.23% | 0.94% | - |
| XYZ | 65.2 | 77.75 | 87.91 | - |
| YUV | 221.76 | 133.78 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 239 | 232 | 0.23 | 0 | 0.03 | 0.06 | 172.36 | 0.63 | 0.83 |
| Hex | B8 | EF | E8 | 17 | 0 | 3 | 6 | AC | 3F | 53 |
| Octal | 270 | 357 | 350 | 27 | 0 | 3 | 6 | 254 | 77 | 123 |
| Binary | 10111000 | 11101111 | 11101000 | 10111 | 0 | 11 | 110 | 10101100 | 111111 | 1010011 |
Color Harmonies of #B8EFE8
Complementary color
Monochromatic Colors of #B8EFE8
Black with #B8EFE8
Text Example
Text Example
White with #B8EFE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EFE8; }
p { color: rgb(184,239,232); }
H1.HeaderClassName
{
color: #B8EFE8;
}
.AnyTagClassName
{
color: #B8EFE8;
}
</style>
background-color css
<style>
a { background-color: #B8EFE8; }
a { background-color: rgb(184,239,232); }
div.DivClassName
{
background-color: #B8EFE8;
}
.BgClassName
{
background-color: #B8EFE8;
}
</style>
border-color css
<style>
span { border-color: #B8EFE8; }
span { border-color: rgb(184,239,232); }
td.TdClassName
{
border-color: #B8EFE8;
}
.TagClassName
{
border-color: #B8EFE8;
}
</style>