Shades of Pale Turquoise #B3EFE9
Tints of Pale Turquoise #B3EFE9
RGB
CMYK
RGB Variations
Color information
#B3EFE9 (or 0xB3EFE9) is known color: Pale Turquoise. HEX triplet: B3, EF and E9. RGB value is (179,239,233). Sum of RGB (Red+Green+Blue) = 179+239+233=651 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.50% from 651); Green value is 239 (93.75% from 255 or 36.71% from 651); Blue value is 233 (91.41% from 255 or 35.79% from 651); Max value from RGB is 239 - color contains mainly: green. Hex color #B3EFE9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EFE9 is #4C1016. Grayscale: #DCDCDC. Windows color (decimal): -4984855 or 15331251. OLE color: 15331251.
HSL color Cylindrical-coordinate representation of color #B3EFE9: hue angle of 174º 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 #B3EFE9 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 239 | 233 | - |
| CMYK | 0.25 | 0 | 0.03 | 0.06 |
| HSL | 174º | 0.65% | 0.82% | - |
| HSV(B) | 174º | 0.25% | 0.94% | - |
| XYZ | 64.16 | 77.2 | 88.61 | - |
| YUV | 220.38 | 135.12 | 98.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 239 | 233 | 0.25 | 0 | 0.03 | 0.06 | 174 | 0.65 | 0.82 |
| Hex | B3 | EF | E9 | 19 | 0 | 3 | 6 | AE | 41 | 52 |
| Octal | 263 | 357 | 351 | 31 | 0 | 3 | 6 | 256 | 101 | 122 |
| Binary | 10110011 | 11101111 | 11101001 | 11001 | 0 | 11 | 110 | 10101110 | 1000001 | 1010010 |
Color Harmonies of #B3EFE9
Complementary color
Monochromatic Colors of #B3EFE9
Black with #B3EFE9
Text Example
Text Example
White with #B3EFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EFE9; }
p { color: rgb(179,239,233); }
H1.HeaderClassName
{
color: #B3EFE9;
}
.AnyTagClassName
{
color: #B3EFE9;
}
</style>
background-color css
<style>
a { background-color: #B3EFE9; }
a { background-color: rgb(179,239,233); }
div.DivClassName
{
background-color: #B3EFE9;
}
.BgClassName
{
background-color: #B3EFE9;
}
</style>
border-color css
<style>
span { border-color: #B3EFE9; }
span { border-color: rgb(179,239,233); }
td.TdClassName
{
border-color: #B3EFE9;
}
.TagClassName
{
border-color: #B3EFE9;
}
</style>