Shades of Pale Turquoise #B2F6EE
Tints of Pale Turquoise #B2F6EE
RGB
CMYK
RGB Variations
Color information
#B2F6EE (or 0xB2F6EE) is known color: Pale Turquoise. HEX triplet: B2, F6 and EE. RGB value is (178,246,238). Sum of RGB (Red+Green+Blue) = 178+246+238=662 (87% of max value = 765). Red value is 178 (69.92% from 255 or 26.89% from 662); Green value is 246 (96.48% from 255 or 37.16% from 662); Blue value is 238 (93.36% from 255 or 35.95% from 662); Max value from RGB is 246 - color contains mainly: green. Hex color #B2F6EE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2F6EE is #4D0911. Grayscale: #E0E0E0. Windows color (decimal): -5048594 or 15660722. OLE color: 15660722.
HSL color Cylindrical-coordinate representation of color #B2F6EE: hue angle of 172.94º degrees, saturation: 0.79, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B2F6EE is Cyan = 0.28, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 178 | 246 | 238 | - |
| CMYK | 0.28 | 0 | 0.03 | 0.04 |
| HSL | 172.94º | 0.79% | 0.83% | - |
| HSV(B) | 172.94º | 0.28% | 0.96% | - |
| XYZ | 66.75 | 81.55 | 93.11 | - |
| YUV | 224.76 | 135.47 | 94.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 246 | 238 | 0.28 | 0 | 0.03 | 0.04 | 172.94 | 0.79 | 0.83 |
| Hex | B2 | F6 | EE | 1C | 0 | 3 | 4 | AD | 4F | 53 |
| Octal | 262 | 366 | 356 | 34 | 0 | 3 | 4 | 255 | 117 | 123 |
| Binary | 10110010 | 11110110 | 11101110 | 11100 | 0 | 11 | 100 | 10101101 | 1001111 | 1010011 |
Color Harmonies of #B2F6EE
Complementary color
Monochromatic Colors of #B2F6EE
Black with #B2F6EE
Text Example
Text Example
White with #B2F6EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2F6EE; }
p { color: rgb(178,246,238); }
H1.HeaderClassName
{
color: #B2F6EE;
}
.AnyTagClassName
{
color: #B2F6EE;
}
</style>
background-color css
<style>
a { background-color: #B2F6EE; }
a { background-color: rgb(178,246,238); }
div.DivClassName
{
background-color: #B2F6EE;
}
.BgClassName
{
background-color: #B2F6EE;
}
</style>
border-color css
<style>
span { border-color: #B2F6EE; }
span { border-color: rgb(178,246,238); }
td.TdClassName
{
border-color: #B2F6EE;
}
.TagClassName
{
border-color: #B2F6EE;
}
</style>