Shades of Pale Turquoise #B3EBEF
Tints of Pale Turquoise #B3EBEF
RGB
CMYK
RGB Variations
Color information
#B3EBEF (or 0xB3EBEF) is known color: Pale Turquoise. HEX triplet: B3, EB and EF. RGB value is (179,235,239). Sum of RGB (Red+Green+Blue) = 179+235+239=653 (86% of max value = 765). Red value is 179 (70.31% from 255 or 27.41% from 653); Green value is 235 (92.19% from 255 or 35.99% from 653); Blue value is 239 (93.75% from 255 or 36.60% from 653); Max value from RGB is 239 - color contains mainly: blue. Hex color #B3EBEF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EBEF is #4C1410. Grayscale: #DADADA. Windows color (decimal): -4985873 or 15723443. OLE color: 15723443.
HSL color Cylindrical-coordinate representation of color #B3EBEF: hue angle of 184º 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 #B3EBEF is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 179 | 235 | 239 | - |
| CMYK | 0.25 | 0.02 | 0 | 0.06 |
| HSL | 184º | 0.65% | 0.82% | - |
| HSV(B) | 184º | 0.25% | 0.94% | - |
| XYZ | 63.88 | 75.23 | 92.82 | - |
| YUV | 218.71 | 139.45 | 99.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 235 | 239 | 0.25 | 0.02 | 0 | 0.06 | 184 | 0.65 | 0.82 |
| Hex | B3 | EB | EF | 19 | 2 | 0 | 6 | B8 | 41 | 52 |
| Octal | 263 | 353 | 357 | 31 | 2 | 0 | 6 | 270 | 101 | 122 |
| Binary | 10110011 | 11101011 | 11101111 | 11001 | 10 | 0 | 110 | 10111000 | 1000001 | 1010010 |
Color Harmonies of #B3EBEF
Complementary color
Monochromatic Colors of #B3EBEF
Black with #B3EBEF
Text Example
Text Example
White with #B3EBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EBEF; }
p { color: rgb(179,235,239); }
H1.HeaderClassName
{
color: #B3EBEF;
}
.AnyTagClassName
{
color: #B3EBEF;
}
</style>
background-color css
<style>
a { background-color: #B3EBEF; }
a { background-color: rgb(179,235,239); }
div.DivClassName
{
background-color: #B3EBEF;
}
.BgClassName
{
background-color: #B3EBEF;
}
</style>
border-color css
<style>
span { border-color: #B3EBEF; }
span { border-color: rgb(179,235,239); }
td.TdClassName
{
border-color: #B3EBEF;
}
.TagClassName
{
border-color: #B3EBEF;
}
</style>