Shades of Pale Turquoise #B3EEF1
Tints of Pale Turquoise #B3EEF1
RGB
CMYK
RGB Variations
Color information
#B3EEF1 (or 0xB3EEF1) is known color: Pale Turquoise. HEX triplet: B3, EE and F1. RGB value is (179,238,241). Sum of RGB (Red+Green+Blue) = 179+238+241=658 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.20% from 658); Green value is 238 (93.36% from 255 or 36.17% from 658); Blue value is 241 (94.53% from 255 or 36.63% from 658); Max value from RGB is 241 - color contains mainly: blue. Hex color #B3EEF1 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EEF1 is #4C110E. Grayscale: #DCDCDC. Windows color (decimal): -4985103 or 15855283. OLE color: 15855283.
HSL color Cylindrical-coordinate representation of color #B3EEF1: hue angle of 182.9º degrees, saturation: 0.69, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B3EEF1 is Cyan = 0.26, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 238 | 241 | - |
| CMYK | 0.26 | 0.01 | 0 | 0.05 |
| HSL | 182.9º | 0.69% | 0.82% | - |
| HSV(B) | 182.9º | 0.26% | 0.95% | - |
| XYZ | 65.04 | 77.08 | 94.67 | - |
| YUV | 220.7 | 139.45 | 98.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 238 | 241 | 0.26 | 0.01 | 0 | 0.05 | 182.9 | 0.69 | 0.82 |
| Hex | B3 | EE | F1 | 1A | 1 | 0 | 5 | B7 | 45 | 52 |
| Octal | 263 | 356 | 361 | 32 | 1 | 0 | 5 | 267 | 105 | 122 |
| Binary | 10110011 | 11101110 | 11110001 | 11010 | 1 | 0 | 101 | 10110111 | 1000101 | 1010010 |
Color Harmonies of #B3EEF1
Complementary color
Monochromatic Colors of #B3EEF1
Black with #B3EEF1
Text Example
Text Example
White with #B3EEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EEF1; }
p { color: rgb(179,238,241); }
H1.HeaderClassName
{
color: #B3EEF1;
}
.AnyTagClassName
{
color: #B3EEF1;
}
</style>
background-color css
<style>
a { background-color: #B3EEF1; }
a { background-color: rgb(179,238,241); }
div.DivClassName
{
background-color: #B3EEF1;
}
.BgClassName
{
background-color: #B3EEF1;
}
</style>
border-color css
<style>
span { border-color: #B3EEF1; }
span { border-color: rgb(179,238,241); }
td.TdClassName
{
border-color: #B3EEF1;
}
.TagClassName
{
border-color: #B3EEF1;
}
</style>