Shades of Pale Turquoise #B2F2EE
Tints of Pale Turquoise #B2F2EE
RGB
CMYK
RGB Variations
Color information
#B2F2EE (or 0xB2F2EE) is known color: Pale Turquoise. HEX triplet: B2, F2 and EE. RGB value is (178,242,238). Sum of RGB (Red+Green+Blue) = 178+242+238=658 (87% of max value = 765). Red value is 178 (69.92% from 255 or 27.05% from 658); Green value is 242 (94.92% from 255 or 36.78% from 658); Blue value is 238 (93.36% from 255 or 36.17% from 658); Max value from RGB is 242 - color contains mainly: green. Hex color #B2F2EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F2EE is #4D0D11. Grayscale: #DEDEDE. Windows color (decimal): -5049618 or 15659698. OLE color: 15659698.
HSL color Cylindrical-coordinate representation of color #B2F2EE: hue angle of 176.25º 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 #B2F2EE is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 178 | 242 | 238 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.05 |
| HSL | 176.25º | 0.71% | 0.82% | - |
| HSV(B) | 176.25º | 0.26% | 0.95% | - |
| XYZ | 65.54 | 79.14 | 92.71 | - |
| YUV | 222.41 | 136.8 | 96.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 242 | 238 | 0.26 | 0 | 0.02 | 0.05 | 176.25 | 0.71 | 0.82 |
| Hex | B2 | F2 | EE | 1A | 0 | 2 | 5 | B0 | 47 | 52 |
| Octal | 262 | 362 | 356 | 32 | 0 | 2 | 5 | 260 | 107 | 122 |
| Binary | 10110010 | 11110010 | 11101110 | 11010 | 0 | 10 | 101 | 10110000 | 1000111 | 1010010 |
Color Harmonies of #B2F2EE
Complementary color
Monochromatic Colors of #B2F2EE
Black with #B2F2EE
Text Example
Text Example
White with #B2F2EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F2EE; }
p { color: rgb(178,242,238); }
H1.HeaderClassName
{
color: #B2F2EE;
}
.AnyTagClassName
{
color: #B2F2EE;
}
</style>
background-color css
<style>
a { background-color: #B2F2EE; }
a { background-color: rgb(178,242,238); }
div.DivClassName
{
background-color: #B2F2EE;
}
.BgClassName
{
background-color: #B2F2EE;
}
</style>
border-color css
<style>
span { border-color: #B2F2EE; }
span { border-color: rgb(178,242,238); }
td.TdClassName
{
border-color: #B2F2EE;
}
.TagClassName
{
border-color: #B2F2EE;
}
</style>