Shades of Pale Turquoise #B8EFF4
Tints of Pale Turquoise #B8EFF4
RGB
CMYK
RGB Variations
Color information
#B8EFF4 (or 0xB8EFF4) is known color: Pale Turquoise. HEX triplet: B8, EF and F4. RGB value is (184,239,244). Sum of RGB (Red+Green+Blue) = 184+239+244=667 (88% of max value = 765). Red value is 184 (72.27% from 255 or 27.59% from 667); Green value is 239 (93.75% from 255 or 35.83% from 667); Blue value is 244 (95.70% from 255 or 36.58% from 667); Max value from RGB is 244 - color contains mainly: blue. Hex color #B8EFF4 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B8EFF4 is #47100B. Grayscale: #DFDFDF. Windows color (decimal): -4657164 or 16052152. OLE color: 16052152.
HSL color Cylindrical-coordinate representation of color #B8EFF4: hue angle of 185º degrees, saturation: 0.73, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B8EFF4 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 184 | 239 | 244 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.04 |
| HSL | 185º | 0.73% | 0.84% | - |
| HSV(B) | 185º | 0.25% | 0.96% | - |
| XYZ | 66.96 | 78.46 | 97.2 | - |
| YUV | 223.13 | 139.78 | 100.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 239 | 244 | 0.25 | 0.02 | 0 | 0.04 | 185 | 0.73 | 0.84 |
| Hex | B8 | EF | F4 | 19 | 2 | 0 | 4 | B9 | 49 | 54 |
| Octal | 270 | 357 | 364 | 31 | 2 | 0 | 4 | 271 | 111 | 124 |
| Binary | 10111000 | 11101111 | 11110100 | 11001 | 10 | 0 | 100 | 10111001 | 1001001 | 1010100 |
Color Harmonies of #B8EFF4
Complementary color
Monochromatic Colors of #B8EFF4
Black with #B8EFF4
Text Example
Text Example
White with #B8EFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B8EFF4; }
p { color: rgb(184,239,244); }
H1.HeaderClassName
{
color: #B8EFF4;
}
.AnyTagClassName
{
color: #B8EFF4;
}
</style>
background-color css
<style>
a { background-color: #B8EFF4; }
a { background-color: rgb(184,239,244); }
div.DivClassName
{
background-color: #B8EFF4;
}
.BgClassName
{
background-color: #B8EFF4;
}
</style>
border-color css
<style>
span { border-color: #B8EFF4; }
span { border-color: rgb(184,239,244); }
td.TdClassName
{
border-color: #B8EFF4;
}
.TagClassName
{
border-color: #B8EFF4;
}
</style>