Shades of Pale Turquoise #B2EFED
Tints of Pale Turquoise #B2EFED
RGB
CMYK
RGB Variations
Color information
#B2EFED (or 0xB2EFED) is known color: Pale Turquoise. HEX triplet: B2, EF and ED. RGB value is (178,239,237). Sum of RGB (Red+Green+Blue) = 178+239+237=654 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.22% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EFED is #4D1012. Grayscale: #DCDCDC. Windows color (decimal): -5050387 or 15593394. OLE color: 15593394.
HSL color Cylindrical-coordinate representation of color #B2EFED: hue angle of 178.03º degrees, saturation: 0.66, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2EFED is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 237 | - |
| CMYK | 0.26 | 0 | 0.01 | 0.06 |
| HSL | 178.03º | 0.66% | 0.82% | - |
| HSV(B) | 178.03º | 0.26% | 0.94% | - |
| XYZ | 64.51 | 77.31 | 91.64 | - |
| YUV | 220.53 | 137.29 | 97.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 237 | 0.26 | 0 | 0.01 | 0.06 | 178.03 | 0.66 | 0.82 |
| Hex | B2 | EF | ED | 1A | 0 | 1 | 6 | B2 | 42 | 52 |
| Octal | 262 | 357 | 355 | 32 | 0 | 1 | 6 | 262 | 102 | 122 |
| Binary | 10110010 | 11101111 | 11101101 | 11010 | 0 | 1 | 110 | 10110010 | 1000010 | 1010010 |
Color Harmonies of #B2EFED
Complementary color
Monochromatic Colors of #B2EFED
Black with #B2EFED
Text Example
Text Example
White with #B2EFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFED; }
p { color: rgb(178,239,237); }
H1.HeaderClassName
{
color: #B2EFED;
}
.AnyTagClassName
{
color: #B2EFED;
}
</style>
background-color css
<style>
a { background-color: #B2EFED; }
a { background-color: rgb(178,239,237); }
div.DivClassName
{
background-color: #B2EFED;
}
.BgClassName
{
background-color: #B2EFED;
}
</style>
border-color css
<style>
span { border-color: #B2EFED; }
span { border-color: rgb(178,239,237); }
td.TdClassName
{
border-color: #B2EFED;
}
.TagClassName
{
border-color: #B2EFED;
}
</style>