Shades of Pale Turquoise #B3EDF7
Tints of Pale Turquoise #B3EDF7
RGB
CMYK
RGB Variations
Color information
#B3EDF7 (or 0xB3EDF7) is known color: Pale Turquoise. HEX triplet: B3, ED and F7. RGB value is (179,237,247). Sum of RGB (Red+Green+Blue) = 179+237+247=663 (87% of max value = 765). Red value is 179 (70.31% from 255 or 27.00% from 663); Green value is 237 (92.97% from 255 or 35.75% from 663); Blue value is 247 (96.88% from 255 or 37.25% from 663); Max value from RGB is 247 - color contains mainly: blue. Hex color #B3EDF7 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #B3EDF7 is #4C1208. Grayscale: #DCDCDC. Windows color (decimal): -4985353 or 16248243. OLE color: 16248243.
HSL color Cylindrical-coordinate representation of color #B3EDF7: hue angle of 188.82º degrees, saturation: 0.81, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B3EDF7 is Cyan = 0.28, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 179 | 237 | 247 | - |
| CMYK | 0.28 | 0.04 | 0 | 0.03 |
| HSL | 188.82º | 0.81% | 0.84% | - |
| HSV(B) | 188.82º | 0.28% | 0.97% | - |
| XYZ | 65.66 | 76.87 | 99.37 | - |
| YUV | 220.8 | 142.78 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 237 | 247 | 0.28 | 0.04 | 0 | 0.03 | 188.82 | 0.81 | 0.84 |
| Hex | B3 | ED | F7 | 1C | 4 | 0 | 3 | BD | 51 | 54 |
| Octal | 263 | 355 | 367 | 34 | 4 | 0 | 3 | 275 | 121 | 124 |
| Binary | 10110011 | 11101101 | 11110111 | 11100 | 100 | 0 | 11 | 10111101 | 1010001 | 1010100 |
Color Harmonies of #B3EDF7
Complementary color
Monochromatic Colors of #B3EDF7
Black with #B3EDF7
Text Example
Text Example
White with #B3EDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B3EDF7; }
p { color: rgb(179,237,247); }
H1.HeaderClassName
{
color: #B3EDF7;
}
.AnyTagClassName
{
color: #B3EDF7;
}
</style>
background-color css
<style>
a { background-color: #B3EDF7; }
a { background-color: rgb(179,237,247); }
div.DivClassName
{
background-color: #B3EDF7;
}
.BgClassName
{
background-color: #B3EDF7;
}
</style>
border-color css
<style>
span { border-color: #B3EDF7; }
span { border-color: rgb(179,237,247); }
td.TdClassName
{
border-color: #B3EDF7;
}
.TagClassName
{
border-color: #B3EDF7;
}
</style>