Shades of Pale Turquoise #B0EDF3
Tints of Pale Turquoise #B0EDF3
RGB
CMYK
RGB Variations
Color information
#B0EDF3 (or 0xB0EDF3) is known color: Pale Turquoise. HEX triplet: B0, ED and F3. RGB value is (176,237,243). Sum of RGB (Red+Green+Blue) = 176+237+243=656 (86% of max value = 765). Red value is 176 (69.14% from 255 or 26.83% from 656); Green value is 237 (92.97% from 255 or 36.13% from 656); Blue value is 243 (95.31% from 255 or 37.04% from 656); Max value from RGB is 243 - color contains mainly: blue. Hex color #B0EDF3 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #B0EDF3 is #4F120C. Grayscale: #DBDBDB. Windows color (decimal): -5181965 or 15986096. OLE color: 15986096.
HSL color Cylindrical-coordinate representation of color #B0EDF3: hue angle of 185.37º degrees, saturation: 0.74, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B0EDF3 is Cyan = 0.28, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 176 | 237 | 243 | - |
| CMYK | 0.28 | 0.02 | 0 | 0.05 |
| HSL | 185.37º | 0.74% | 0.82% | - |
| HSV(B) | 185.37º | 0.28% | 0.95% | - |
| XYZ | 64.37 | 76.27 | 96.12 | - |
| YUV | 219.45 | 141.29 | 97.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 176 | 237 | 243 | 0.28 | 0.02 | 0 | 0.05 | 185.37 | 0.74 | 0.82 |
| Hex | B0 | ED | F3 | 1C | 2 | 0 | 5 | B9 | 4A | 52 |
| Octal | 260 | 355 | 363 | 34 | 2 | 0 | 5 | 271 | 112 | 122 |
| Binary | 10110000 | 11101101 | 11110011 | 11100 | 10 | 0 | 101 | 10111001 | 1001010 | 1010010 |
Color Harmonies of #B0EDF3
Complementary color
Monochromatic Colors of #B0EDF3
Black with #B0EDF3
Text Example
Text Example
White with #B0EDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B0EDF3; }
p { color: rgb(176,237,243); }
H1.HeaderClassName
{
color: #B0EDF3;
}
.AnyTagClassName
{
color: #B0EDF3;
}
</style>
background-color css
<style>
a { background-color: #B0EDF3; }
a { background-color: rgb(176,237,243); }
div.DivClassName
{
background-color: #B0EDF3;
}
.BgClassName
{
background-color: #B0EDF3;
}
</style>
border-color css
<style>
span { border-color: #B0EDF3; }
span { border-color: rgb(176,237,243); }
td.TdClassName
{
border-color: #B0EDF3;
}
.TagClassName
{
border-color: #B0EDF3;
}
</style>