Shades of Pale Turquoise #B2EAF4
Tints of Pale Turquoise #B2EAF4
RGB
CMYK
RGB Variations
Color information
#B2EAF4 (or 0xB2EAF4) is known color: Pale Turquoise. HEX triplet: B2, EA and F4. RGB value is (178,234,244). Sum of RGB (Red+Green+Blue) = 178+234+244=656 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.13% from 656); Green value is 234 (91.80% from 255 or 35.67% from 656); Blue value is 244 (95.70% from 255 or 37.20% from 656); Max value from RGB is 244 - color contains mainly: blue. Hex color #B2EAF4 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EAF4 is #4D150B. Grayscale: #DADADA. Windows color (decimal): -5051660 or 16050866. OLE color: 16050866.
HSL color Cylindrical-coordinate representation of color #B2EAF4: hue angle of 189.09º 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 #B2EAF4 is Cyan = 0.27, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 234 | 244 | - |
| CMYK | 0.27 | 0.04 | 0 | 0.04 |
| HSL | 189.09º | 0.75% | 0.83% | - |
| HSV(B) | 189.09º | 0.27% | 0.96% | - |
| XYZ | 64.11 | 74.84 | 96.65 | - |
| YUV | 218.4 | 142.45 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 234 | 244 | 0.27 | 0.04 | 0 | 0.04 | 189.09 | 0.75 | 0.83 |
| Hex | B2 | EA | F4 | 1B | 4 | 0 | 4 | BD | 4B | 53 |
| Octal | 262 | 352 | 364 | 33 | 4 | 0 | 4 | 275 | 113 | 123 |
| Binary | 10110010 | 11101010 | 11110100 | 11011 | 100 | 0 | 100 | 10111101 | 1001011 | 1010011 |
Color Harmonies of #B2EAF4
Complementary color
Monochromatic Colors of #B2EAF4
Black with #B2EAF4
Text Example
Text Example
White with #B2EAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EAF4; }
p { color: rgb(178,234,244); }
H1.HeaderClassName
{
color: #B2EAF4;
}
.AnyTagClassName
{
color: #B2EAF4;
}
</style>
background-color css
<style>
a { background-color: #B2EAF4; }
a { background-color: rgb(178,234,244); }
div.DivClassName
{
background-color: #B2EAF4;
}
.BgClassName
{
background-color: #B2EAF4;
}
</style>
border-color css
<style>
span { border-color: #B2EAF4; }
span { border-color: rgb(178,234,244); }
td.TdClassName
{
border-color: #B2EAF4;
}
.TagClassName
{
border-color: #B2EAF4;
}
</style>