Shades of Pale Turquoise #B2EBF2
Tints of Pale Turquoise #B2EBF2
RGB
CMYK
RGB Variations
Color information
#B2EBF2 (or 0xB2EBF2) is known color: Pale Turquoise. HEX triplet: B2, EB and F2. RGB value is (178,235,242). Sum of RGB (Red+Green+Blue) = 178+235+242=655 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.18% from 655); Green value is 235 (92.19% from 255 or 35.88% from 655); Blue value is 242 (94.92% from 255 or 36.95% from 655); Max value from RGB is 242 - color contains mainly: blue. Hex color #B2EBF2 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EBF2 is #4D140D. Grayscale: #DADADA. Windows color (decimal): -5051406 or 15920050. OLE color: 15920050.
HSL color Cylindrical-coordinate representation of color #B2EBF2: hue angle of 186.56º degrees, saturation: 0.71, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EBF2 is Cyan = 0.26, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 235 | 242 | - |
| CMYK | 0.26 | 0.03 | 0 | 0.05 |
| HSL | 186.56º | 0.71% | 0.82% | - |
| HSV(B) | 186.56º | 0.26% | 0.95% | - |
| XYZ | 64.1 | 75.29 | 95.16 | - |
| YUV | 218.76 | 141.12 | 98.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 235 | 242 | 0.26 | 0.03 | 0 | 0.05 | 186.56 | 0.71 | 0.82 |
| Hex | B2 | EB | F2 | 1A | 3 | 0 | 5 | BB | 47 | 52 |
| Octal | 262 | 353 | 362 | 32 | 3 | 0 | 5 | 273 | 107 | 122 |
| Binary | 10110010 | 11101011 | 11110010 | 11010 | 11 | 0 | 101 | 10111011 | 1000111 | 1010010 |
Color Harmonies of #B2EBF2
Complementary color
Monochromatic Colors of #B2EBF2
Black with #B2EBF2
Text Example
Text Example
White with #B2EBF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EBF2; }
p { color: rgb(178,235,242); }
H1.HeaderClassName
{
color: #B2EBF2;
}
.AnyTagClassName
{
color: #B2EBF2;
}
</style>
background-color css
<style>
a { background-color: #B2EBF2; }
a { background-color: rgb(178,235,242); }
div.DivClassName
{
background-color: #B2EBF2;
}
.BgClassName
{
background-color: #B2EBF2;
}
</style>
border-color css
<style>
span { border-color: #B2EBF2; }
span { border-color: rgb(178,235,242); }
td.TdClassName
{
border-color: #B2EBF2;
}
.TagClassName
{
border-color: #B2EBF2;
}
</style>