Shades of Pale Turquoise #B3EFF2
Tints of Pale Turquoise #B3EFF2
RGB
CMYK
RGB Variations
Color information
#B3EFF2 (or 0xB3EFF2) is known color: Pale Turquoise. HEX triplet: B3, EF and F2. RGB value is (179,239,242). Sum of RGB (Red+Green+Blue) = 179+239+242=660 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.12% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 242 (94.92% from 255 or 36.67% from 660); Max value from RGB is 242 - color contains mainly: blue. Hex color #B3EFF2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EFF2 is #4C100D. Grayscale: #DDDDDD. Windows color (decimal): -4984846 or 15921075. OLE color: 15921075.
HSL color Cylindrical-coordinate representation of color #B3EFF2: hue angle of 182.86º degrees, saturation: 0.71, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3EFF2 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 239 | 242 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.05 |
| HSL | 182.86º | 0.71% | 0.83% | - |
| HSV(B) | 182.86º | 0.26% | 0.95% | - |
| XYZ | 65.48 | 77.73 | 95.56 | - |
| YUV | 221.4 | 139.62 | 97.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 239 | 242 | 0.26 | 0.01 | 0 | 0.05 | 182.86 | 0.71 | 0.83 |
| Hex | B3 | EF | F2 | 1A | 1 | 0 | 5 | B7 | 47 | 53 |
| Octal | 263 | 357 | 362 | 32 | 1 | 0 | 5 | 267 | 107 | 123 |
| Binary | 10110011 | 11101111 | 11110010 | 11010 | 1 | 0 | 101 | 10110111 | 1000111 | 1010011 |
Color Harmonies of #B3EFF2
Complementary color
Monochromatic Colors of #B3EFF2
Black with #B3EFF2
Text Example
Text Example
White with #B3EFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EFF2; }
p { color: rgb(179,239,242); }
H1.HeaderClassName
{
color: #B3EFF2;
}
.AnyTagClassName
{
color: #B3EFF2;
}
</style>
background-color css
<style>
a { background-color: #B3EFF2; }
a { background-color: rgb(179,239,242); }
div.DivClassName
{
background-color: #B3EFF2;
}
.BgClassName
{
background-color: #B3EFF2;
}
</style>
border-color css
<style>
span { border-color: #B3EFF2; }
span { border-color: rgb(179,239,242); }
td.TdClassName
{
border-color: #B3EFF2;
}
.TagClassName
{
border-color: #B3EFF2;
}
</style>