Shades of Pale Turquoise #B2EFFB
Tints of Pale Turquoise #B2EFFB
RGB
CMYK
RGB Variations
Color information
#B2EFFB (or 0xB2EFFB) is known color: Pale Turquoise. HEX triplet: B2, EF and FB. RGB value is (178,239,251). Sum of RGB (Red+Green+Blue) = 178+239+251=668 (88% of max value = 765). Red value is 178 (69.92% from 255 or 26.65% from 668); Green value is 239 (93.75% from 255 or 35.78% from 668); Blue value is 251 (98.44% from 255 or 37.57% from 668); Max value from RGB is 251 - color contains mainly: blue. Hex color #B2EFFB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B2EFFB is #4D1004. Grayscale: #DEDEDE. Windows color (decimal): -5050373 or 16510898. OLE color: 16510898.
HSL color Cylindrical-coordinate representation of color #B2EFFB: hue angle of 189.86º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B2EFFB is Cyan = 0.29, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 178 | 239 | 251 | - |
| CMYK | 0.29 | 0.05 | 0 | 0.02 |
| HSL | 189.86º | 0.9% | 0.84% | - |
| HSV(B) | 189.86º | 0.29% | 0.98% | - |
| XYZ | 66.64 | 78.16 | 102.84 | - |
| YUV | 222.13 | 144.29 | 96.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 239 | 251 | 0.29 | 0.05 | 0 | 0.02 | 189.86 | 0.9 | 0.84 |
| Hex | B2 | EF | FB | 1D | 5 | 0 | 2 | BE | 5A | 54 |
| Octal | 262 | 357 | 373 | 35 | 5 | 0 | 2 | 276 | 132 | 124 |
| Binary | 10110010 | 11101111 | 11111011 | 11101 | 101 | 0 | 10 | 10111110 | 1011010 | 1010100 |
Color Harmonies of #B2EFFB
Complementary color
Monochromatic Colors of #B2EFFB
Black with #B2EFFB
Text Example
Text Example
White with #B2EFFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2EFFB; }
p { color: rgb(178,239,251); }
H1.HeaderClassName
{
color: #B2EFFB;
}
.AnyTagClassName
{
color: #B2EFFB;
}
</style>
background-color css
<style>
a { background-color: #B2EFFB; }
a { background-color: rgb(178,239,251); }
div.DivClassName
{
background-color: #B2EFFB;
}
.BgClassName
{
background-color: #B2EFFB;
}
</style>
border-color css
<style>
span { border-color: #B2EFFB; }
span { border-color: rgb(178,239,251); }
td.TdClassName
{
border-color: #B2EFFB;
}
.TagClassName
{
border-color: #B2EFFB;
}
</style>