Shades of Pale Turquoise #B3EEFF
Tints of Pale Turquoise #B3EEFF
RGB
CMYK
RGB Variations
Color information
#B3EEFF (or 0xB3EEFF) is known color: Pale Turquoise. HEX triplet: B3, EE and FF. RGB value is (179,238,255). Sum of RGB (Red+Green+Blue) = 179+238+255=672 (89% of max value = 765). Red value is 179 (70.31% from 255 or 26.64% from 672); Green value is 238 (93.36% from 255 or 35.42% from 672); Blue value is 255 (100% from 255 or 37.95% from 672); Max value from RGB is 255 - color contains mainly: blue. Hex color #B3EEFF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EEFF is #4C1100. Grayscale: #DEDEDE. Windows color (decimal): -4985089 or 16772787. OLE color: 16772787.
HSL color Cylindrical-coordinate representation of color #B3EEFF: hue angle of 193.42º degrees, saturation: 1, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #B3EEFF is Cyan = 0.30, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 179 | 238 | 255 | - |
| CMYK | 0.30 | 0.07 | 0 | 0 |
| HSL | 193.42º | 1% | 0.85% | - |
| HSV(B) | 193.42º | 0.3% | 1% | - |
| XYZ | 67.21 | 77.95 | 106.11 | - |
| YUV | 222.3 | 146.45 | 97.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 238 | 255 | 0.30 | 0.07 | 0 | 0 | 193.42 | 1 | 0.85 |
| Hex | B3 | EE | FF | 1E | 7 | 0 | 0 | C1 | 64 | 55 |
| Octal | 263 | 356 | 377 | 36 | 7 | 0 | 0 | 301 | 144 | 125 |
| Binary | 10110011 | 11101110 | 11111111 | 11110 | 111 | 0 | 0 | 11000001 | 1100100 | 1010101 |
Color Harmonies of #B3EEFF
Complementary color
Monochromatic Colors of #B3EEFF
Black with #B3EEFF
Text Example
Text Example
White with #B3EEFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EEFF; }
p { color: rgb(179,238,255); }
H1.HeaderClassName
{
color: #B3EEFF;
}
.AnyTagClassName
{
color: #B3EEFF;
}
</style>
background-color css
<style>
a { background-color: #B3EEFF; }
a { background-color: rgb(179,238,255); }
div.DivClassName
{
background-color: #B3EEFF;
}
.BgClassName
{
background-color: #B3EEFF;
}
</style>
border-color css
<style>
span { border-color: #B3EEFF; }
span { border-color: rgb(179,238,255); }
td.TdClassName
{
border-color: #B3EEFF;
}
.TagClassName
{
border-color: #B3EEFF;
}
</style>