Shades of Pale Turquoise #B8FCEF
Tints of Pale Turquoise #B8FCEF
RGB
CMYK
RGB Variations
Color information
#B8FCEF (or 0xB8FCEF) is known color: Pale Turquoise. HEX triplet: B8, FC and EF. RGB value is (184,252,239). Sum of RGB (Red+Green+Blue) = 184+252+239=675 (89% of max value = 765). Red value is 184 (72.27% from 255 or 27.26% from 675); Green value is 252 (98.83% from 255 or 37.33% from 675); Blue value is 239 (93.75% from 255 or 35.41% from 675); Max value from RGB is 252 - color contains mainly: green. Hex color #B8FCEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FCEF is #470310. Grayscale: #E6E6E6. Windows color (decimal): -4653841 or 15727800. OLE color: 15727800.
HSL color Cylindrical-coordinate representation of color #B8FCEF: hue angle of 168.53º degrees, saturation: 0.92, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B8FCEF is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 184 | 252 | 239 | - |
| CMYK | 0.27 | 0 | 0.05 | 0.01 |
| HSL | 168.53º | 0.92% | 0.85% | - |
| HSV(B) | 168.53º | 0.27% | 0.99% | - |
| XYZ | 70.16 | 86.04 | 94.57 | - |
| YUV | 230.19 | 132.97 | 95.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 252 | 239 | 0.27 | 0 | 0.05 | 0.01 | 168.53 | 0.92 | 0.85 |
| Hex | B8 | FC | EF | 1B | 0 | 5 | 1 | A9 | 5C | 55 |
| Octal | 270 | 374 | 357 | 33 | 0 | 5 | 1 | 251 | 134 | 125 |
| Binary | 10111000 | 11111100 | 11101111 | 11011 | 0 | 101 | 1 | 10101001 | 1011100 | 1010101 |
Color Harmonies of #B8FCEF
Complementary color
Monochromatic Colors of #B8FCEF
Black with #B8FCEF
Text Example
Text Example
White with #B8FCEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FCEF; }
p { color: rgb(184,252,239); }
H1.HeaderClassName
{
color: #B8FCEF;
}
.AnyTagClassName
{
color: #B8FCEF;
}
</style>
background-color css
<style>
a { background-color: #B8FCEF; }
a { background-color: rgb(184,252,239); }
div.DivClassName
{
background-color: #B8FCEF;
}
.BgClassName
{
background-color: #B8FCEF;
}
</style>
border-color css
<style>
span { border-color: #B8FCEF; }
span { border-color: rgb(184,252,239); }
td.TdClassName
{
border-color: #B8FCEF;
}
.TagClassName
{
border-color: #B8FCEF;
}
</style>