Shades of Pale Turquoise #B2EFEE
Tints of Pale Turquoise #B2EFEE
RGB
CMYK
RGB Variations
Color information
#B2EFEE (or 0xB2EFEE) is known color: Pale Turquoise. HEX triplet: B2, EF and EE. RGB value is (178,239,238). Sum of RGB (Red+Green+Blue) = 178+239+238=655 (86% of max value = 765). Red value is 178 (69.92% from 255 or 27.18% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 238 (93.36% from 255 or 36.34% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #B2EFEE is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EFEE is #4D1011. Grayscale: #DCDCDC. Windows color (decimal): -5050386 or 15658930. OLE color: 15658930.
HSL color Cylindrical-coordinate representation of color #B2EFEE: hue angle of 179.02º 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 #B2EFEE is Cyan = 0.26, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 178 | 239 | 238 | - |
| CMYK | 0.26 | 0 | 0.00 | 0.06 |
| HSL | 179.02º | 0.66% | 0.82% | - |
| HSV(B) | 179.02º | 0.26% | 0.94% | - |
| XYZ | 64.66 | 77.37 | 92.42 | - |
| YUV | 220.65 | 137.79 | 97.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 238 | 0.26 | 0 | 0.00 | 0.06 | 179.02 | 0.66 | 0.82 |
| Hex | B2 | EF | EE | 1A | 0 | 0 | 6 | B3 | 42 | 52 |
| Octal | 262 | 357 | 356 | 32 | 0 | 0 | 6 | 263 | 102 | 122 |
| Binary | 10110010 | 11101111 | 11101110 | 11010 | 0 | 0 | 110 | 10110011 | 1000010 | 1010010 |
Color Harmonies of #B2EFEE
Complementary color
Monochromatic Colors of #B2EFEE
Black with #B2EFEE
Text Example
Text Example
White with #B2EFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFEE; }
p { color: rgb(178,239,238); }
H1.HeaderClassName
{
color: #B2EFEE;
}
.AnyTagClassName
{
color: #B2EFEE;
}
</style>
background-color css
<style>
a { background-color: #B2EFEE; }
a { background-color: rgb(178,239,238); }
div.DivClassName
{
background-color: #B2EFEE;
}
.BgClassName
{
background-color: #B2EFEE;
}
</style>
border-color css
<style>
span { border-color: #B2EFEE; }
span { border-color: rgb(178,239,238); }
td.TdClassName
{
border-color: #B2EFEE;
}
.TagClassName
{
border-color: #B2EFEE;
}
</style>