Shades of Pale Turquoise #B3EFE7
Tints of Pale Turquoise #B3EFE7
RGB
CMYK
RGB Variations
Color information
#B3EFE7 (or 0xB3EFE7) is known color: Pale Turquoise. HEX triplet: B3, EF and E7. RGB value is (179,239,231). Sum of RGB (Red+Green+Blue) = 179+239+231=649 (85% of max value = 765). Red value is 179 (70.31% from 255 or 27.58% from 649); Green value is 239 (93.75% from 255 or 36.83% from 649); Blue value is 231 (90.62% from 255 or 35.59% from 649); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFE7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EFE7 is #4C1018. Grayscale: #DCDCDC. Windows color (decimal): -4984857 or 15200179. OLE color: 15200179.
HSL color Cylindrical-coordinate representation of color #B3EFE7: hue angle of 172º degrees, saturation: 0.65, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B3EFE7 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 239 | 231 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.06 |
| HSL | 172º | 0.65% | 0.82% | - |
| HSV(B) | 172º | 0.25% | 0.94% | - |
| XYZ | 63.88 | 77.09 | 87.11 | - |
| YUV | 220.15 | 134.12 | 98.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 239 | 231 | 0.25 | 0 | 0.03 | 0.06 | 172 | 0.65 | 0.82 |
| Hex | B3 | EF | E7 | 19 | 0 | 3 | 6 | AC | 41 | 52 |
| Octal | 263 | 357 | 347 | 31 | 0 | 3 | 6 | 254 | 101 | 122 |
| Binary | 10110011 | 11101111 | 11100111 | 11001 | 0 | 11 | 110 | 10101100 | 1000001 | 1010010 |
Color Harmonies of #B3EFE7
Complementary color
Monochromatic Colors of #B3EFE7
Black with #B3EFE7
Text Example
Text Example
White with #B3EFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EFE7; }
p { color: rgb(179,239,231); }
H1.HeaderClassName
{
color: #B3EFE7;
}
.AnyTagClassName
{
color: #B3EFE7;
}
</style>
background-color css
<style>
a { background-color: #B3EFE7; }
a { background-color: rgb(179,239,231); }
div.DivClassName
{
background-color: #B3EFE7;
}
.BgClassName
{
background-color: #B3EFE7;
}
</style>
border-color css
<style>
span { border-color: #B3EFE7; }
span { border-color: rgb(179,239,231); }
td.TdClassName
{
border-color: #B3EFE7;
}
.TagClassName
{
border-color: #B3EFE7;
}
</style>