Shades of Pale Turquoise #B2EDF4
Tints of Pale Turquoise #B2EDF4
RGB
CMYK
RGB Variations
Color information
#B2EDF4 (or 0xB2EDF4) is known color: Pale Turquoise. HEX triplet: B2, ED and F4. RGB value is (178,237,244). Sum of RGB (Red+Green+Blue) = 178+237+244=659 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.01% from 659); Green value is 237 (92.97% from 255 or 35.96% from 659); Blue value is 244 (95.70% from 255 or 37.03% from 659); Max value from RGB is 244 - color contains mainly: blue. Hex color #B2EDF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EDF4 is #4D120B. Grayscale: #DCDCDC. Windows color (decimal): -5050892 or 16051634. OLE color: 16051634.
HSL color Cylindrical-coordinate representation of color #B2EDF4: hue angle of 186.36º 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 #B2EDF4 is Cyan = 0.27, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 237 | 244 | - |
| CMYK | 0.27 | 0.03 | 0 | 0.04 |
| HSL | 186.36º | 0.75% | 0.83% | - |
| HSV(B) | 186.36º | 0.27% | 0.96% | - |
| XYZ | 64.97 | 76.57 | 96.94 | - |
| YUV | 220.16 | 141.45 | 97.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 237 | 244 | 0.27 | 0.03 | 0 | 0.04 | 186.36 | 0.75 | 0.83 |
| Hex | B2 | ED | F4 | 1B | 3 | 0 | 4 | BA | 4B | 53 |
| Octal | 262 | 355 | 364 | 33 | 3 | 0 | 4 | 272 | 113 | 123 |
| Binary | 10110010 | 11101101 | 11110100 | 11011 | 11 | 0 | 100 | 10111010 | 1001011 | 1010011 |
Color Harmonies of #B2EDF4
Complementary color
Monochromatic Colors of #B2EDF4
Black with #B2EDF4
Text Example
Text Example
White with #B2EDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EDF4; }
p { color: rgb(178,237,244); }
H1.HeaderClassName
{
color: #B2EDF4;
}
.AnyTagClassName
{
color: #B2EDF4;
}
</style>
background-color css
<style>
a { background-color: #B2EDF4; }
a { background-color: rgb(178,237,244); }
div.DivClassName
{
background-color: #B2EDF4;
}
.BgClassName
{
background-color: #B2EDF4;
}
</style>
border-color css
<style>
span { border-color: #B2EDF4; }
span { border-color: rgb(178,237,244); }
td.TdClassName
{
border-color: #B2EDF4;
}
.TagClassName
{
border-color: #B2EDF4;
}
</style>