Shades of Pale Turquoise #B2EFF4
Tints of Pale Turquoise #B2EFF4
RGB
CMYK
RGB Variations
Color information
#B2EFF4 (or 0xB2EFF4) is known color: Pale Turquoise. HEX triplet: B2, EF and F4. RGB value is (178,239,244). Sum of RGB (Red+Green+Blue) = 178+239+244=661 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.93% from 661); Green value is 239 (93.75% from 255 or 36.16% from 661); Blue value is 244 (95.70% from 255 or 36.91% from 661); Max value from RGB is 244 - color contains mainly: blue. Hex color #B2EFF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EFF4 is #4D100B. Grayscale: #DDDDDD. Windows color (decimal): -5050380 or 16052146. OLE color: 16052146.
HSL color Cylindrical-coordinate representation of color #B2EFF4: hue angle of 184.55º degrees, saturation: 0.75, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B2EFF4 is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 239 | 244 | - |
| CMYK | 0.27 | 0.02 | 0 | 0.04 |
| HSL | 184.55º | 0.75% | 0.83% | - |
| HSV(B) | 184.55º | 0.27% | 0.96% | - |
| XYZ | 65.56 | 77.73 | 97.14 | - |
| YUV | 221.33 | 140.79 | 97.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 244 | 0.27 | 0.02 | 0 | 0.04 | 184.55 | 0.75 | 0.83 |
| Hex | B2 | EF | F4 | 1B | 2 | 0 | 4 | B9 | 4B | 53 |
| Octal | 262 | 357 | 364 | 33 | 2 | 0 | 4 | 271 | 113 | 123 |
| Binary | 10110010 | 11101111 | 11110100 | 11011 | 10 | 0 | 100 | 10111001 | 1001011 | 1010011 |
Color Harmonies of #B2EFF4
Complementary color
Monochromatic Colors of #B2EFF4
Black with #B2EFF4
Text Example
Text Example
White with #B2EFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFF4; }
p { color: rgb(178,239,244); }
H1.HeaderClassName
{
color: #B2EFF4;
}
.AnyTagClassName
{
color: #B2EFF4;
}
</style>
background-color css
<style>
a { background-color: #B2EFF4; }
a { background-color: rgb(178,239,244); }
div.DivClassName
{
background-color: #B2EFF4;
}
.BgClassName
{
background-color: #B2EFF4;
}
</style>
border-color css
<style>
span { border-color: #B2EFF4; }
span { border-color: rgb(178,239,244); }
td.TdClassName
{
border-color: #B2EFF4;
}
.TagClassName
{
border-color: #B2EFF4;
}
</style>