Shades of Pale Turquoise #B2F1ED
Tints of Pale Turquoise #B2F1ED
RGB
CMYK
RGB Variations
Color information
#B2F1ED (or 0xB2F1ED) is known color: Pale Turquoise. HEX triplet: B2, F1 and ED. RGB value is (178,241,237). Sum of RGB (Red+Green+Blue) = 178+241+237=656 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.13% from 656); Green value is 241 (94.53% from 255 or 36.74% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 241 - color contains mainly: green. Hex color #B2F1ED is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F1ED is #4D0E12. Grayscale: #DDDDDD. Windows color (decimal): -5049875 or 15593906. OLE color: 15593906.
HSL color Cylindrical-coordinate representation of color #B2F1ED: hue angle of 176.19º degrees, saturation: 0.69, 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 #B2F1ED is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 241 | 237 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.05 |
| HSL | 176.19º | 0.69% | 0.82% | - |
| HSV(B) | 176.19º | 0.26% | 0.95% | - |
| XYZ | 65.1 | 78.49 | 91.84 | - |
| YUV | 221.71 | 136.63 | 96.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 241 | 237 | 0.26 | 0 | 0.02 | 0.05 | 176.19 | 0.69 | 0.82 |
| Hex | B2 | F1 | ED | 1A | 0 | 2 | 5 | B0 | 45 | 52 |
| Octal | 262 | 361 | 355 | 32 | 0 | 2 | 5 | 260 | 105 | 122 |
| Binary | 10110010 | 11110001 | 11101101 | 11010 | 0 | 10 | 101 | 10110000 | 1000101 | 1010010 |
Color Harmonies of #B2F1ED
Complementary color
Monochromatic Colors of #B2F1ED
Black with #B2F1ED
Text Example
Text Example
White with #B2F1ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F1ED; }
p { color: rgb(178,241,237); }
H1.HeaderClassName
{
color: #B2F1ED;
}
.AnyTagClassName
{
color: #B2F1ED;
}
</style>
background-color css
<style>
a { background-color: #B2F1ED; }
a { background-color: rgb(178,241,237); }
div.DivClassName
{
background-color: #B2F1ED;
}
.BgClassName
{
background-color: #B2F1ED;
}
</style>
border-color css
<style>
span { border-color: #B2F1ED; }
span { border-color: rgb(178,241,237); }
td.TdClassName
{
border-color: #B2F1ED;
}
.TagClassName
{
border-color: #B2F1ED;
}
</style>