Shades of Pale Turquoise #B8FEFC
Tints of Pale Turquoise #B8FEFC
RGB
CMYK
RGB Variations
Color information
#B8FEFC (or 0xB8FEFC) is known color: Pale Turquoise. HEX triplet: B8, FE and FC. RGB value is (184,254,252). Sum of RGB (Red+Green+Blue) = 184+254+252=690 (91% of max value = 765). Red value is 184 (72.27% from 255 or 26.67% from 690); Green value is 254 (99.61% from 255 or 36.81% from 690); Blue value is 252 (98.83% from 255 or 36.52% from 690); Max value from RGB is 254 - color contains mainly: green. Hex color #B8FEFC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8FEFC is #470103. Grayscale: #E8E8E8. Windows color (decimal): -4653316 or 16580280. OLE color: 16580280.
HSL color Cylindrical-coordinate representation of color #B8FEFC: hue angle of 178.29º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B8FEFC is Cyan = 0.28, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 184 | 254 | 252 | - |
| CMYK | 0.28 | 0 | 0.01 | 0.00 |
| HSL | 178.29º | 0.97% | 0.86% | - |
| HSV(B) | 178.29º | 0.28% | 1% | - |
| XYZ | 72.78 | 88.1 | 105.27 | - |
| YUV | 232.84 | 138.81 | 93.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 254 | 252 | 0.28 | 0 | 0.01 | 0.00 | 178.29 | 0.97 | 0.86 |
| Hex | B8 | FE | FC | 1C | 0 | 1 | 0 | B2 | 61 | 56 |
| Octal | 270 | 376 | 374 | 34 | 0 | 1 | 0 | 262 | 141 | 126 |
| Binary | 10111000 | 11111110 | 11111100 | 11100 | 0 | 1 | 0 | 10110010 | 1100001 | 1010110 |
Color Harmonies of #B8FEFC
Complementary color
Monochromatic Colors of #B8FEFC
Black with #B8FEFC
Text Example
Text Example
White with #B8FEFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8FEFC; }
p { color: rgb(184,254,252); }
H1.HeaderClassName
{
color: #B8FEFC;
}
.AnyTagClassName
{
color: #B8FEFC;
}
</style>
background-color css
<style>
a { background-color: #B8FEFC; }
a { background-color: rgb(184,254,252); }
div.DivClassName
{
background-color: #B8FEFC;
}
.BgClassName
{
background-color: #B8FEFC;
}
</style>
border-color css
<style>
span { border-color: #B8FEFC; }
span { border-color: rgb(184,254,252); }
td.TdClassName
{
border-color: #B8FEFC;
}
.TagClassName
{
border-color: #B8FEFC;
}
</style>