Shades of Pale Turquoise #B3F3EE
Tints of Pale Turquoise #B3F3EE
RGB
CMYK
RGB Variations
Color information
#B3F3EE (or 0xB3F3EE) is known color: Pale Turquoise. HEX triplet: B3, F3 and EE. RGB value is (179,243,238). Sum of RGB (Red+Green+Blue) = 179+243+238=660 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.12% from 660); Green value is 243 (95.31% from 255 or 36.82% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 243 - color contains mainly: green. Hex color #B3F3EE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3F3EE is #4C0C11. Grayscale: #DFDFDF. Windows color (decimal): -4983826 or 15659955. OLE color: 15659955.
HSL color Cylindrical-coordinate representation of color #B3F3EE: hue angle of 175.31º degrees, saturation: 0.73, 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 #B3F3EE is Cyan = 0.26, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 179 | 243 | 238 | - |
| CMYK | 0.26 | 0 | 0.02 | 0.05 |
| HSL | 175.31º | 0.73% | 0.83% | - |
| HSV(B) | 175.31º | 0.26% | 0.95% | - |
| XYZ | 66.07 | 79.86 | 92.82 | - |
| YUV | 223.29 | 136.3 | 96.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 243 | 238 | 0.26 | 0 | 0.02 | 0.05 | 175.31 | 0.73 | 0.83 |
| Hex | B3 | F3 | EE | 1A | 0 | 2 | 5 | AF | 49 | 53 |
| Octal | 263 | 363 | 356 | 32 | 0 | 2 | 5 | 257 | 111 | 123 |
| Binary | 10110011 | 11110011 | 11101110 | 11010 | 0 | 10 | 101 | 10101111 | 1001001 | 1010011 |
Color Harmonies of #B3F3EE
Complementary color
Monochromatic Colors of #B3F3EE
Black with #B3F3EE
Text Example
Text Example
White with #B3F3EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3F3EE; }
p { color: rgb(179,243,238); }
H1.HeaderClassName
{
color: #B3F3EE;
}
.AnyTagClassName
{
color: #B3F3EE;
}
</style>
background-color css
<style>
a { background-color: #B3F3EE; }
a { background-color: rgb(179,243,238); }
div.DivClassName
{
background-color: #B3F3EE;
}
.BgClassName
{
background-color: #B3F3EE;
}
</style>
border-color css
<style>
span { border-color: #B3F3EE; }
span { border-color: rgb(179,243,238); }
td.TdClassName
{
border-color: #B3F3EE;
}
.TagClassName
{
border-color: #B3F3EE;
}
</style>